mirror of
https://github.com/tildeclub/site.git
synced 2026-09-22 15:27:11 +00:00
Update style.css
This commit is contained in:
@@ -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%);
|
||||||
|
|||||||
Reference in New Issue
Block a user