mirror of https://github.com/tildeclub/site.git
Update style.css
This commit is contained in:
parent
825af838dd
commit
9534c7e34c
12
style.css
12
style.css
|
@ -158,6 +158,18 @@ div.alert-success {
|
||||||
background-color: darkgreen;
|
background-color: darkgreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notice-message {
|
||||||
|
background-color: #f93;
|
||||||
|
color: #222;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 0.75em;
|
||||||
|
border-radius: 0.25em;
|
||||||
|
margin: 1em 0;
|
||||||
|
text-align: center;
|
||||||
|
border: 2px solid #fb5;
|
||||||
|
box-shadow: 0 0 10px rgba(255, 187, 85, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 2px solid #fb5;
|
border-left: 2px solid #fb5;
|
||||||
background-color: rgba(255, 187, 85, 5%);
|
background-color: rgba(255, 187, 85, 5%);
|
||||||
|
|
Loading…
Reference in New Issue