mirror of
https://github.com/electricalice/minimal-ao3.git
synced 2026-03-11 08:55:26 +00:00
Added comment notice
This commit is contained in:
parent
8812aa3279
commit
06db81eae8
3 changed files with 21 additions and 0 deletions
|
|
@ -21,6 +21,13 @@ textarea:focus, textarea,
|
|||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||||
color: #eeeeee;
|
||||
}
|
||||
.notice, .comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash {
|
||||
color: #eee;
|
||||
background-color: #ce4c4c;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
|
||||
#header .search input[type="text"], #header .search input[type="text"]:focus {
|
||||
color:#eeeeee !important;
|
||||
|
|
|
|||
|
|
@ -19,6 +19,13 @@ textarea:focus,
|
|||
background: #ffffff;
|
||||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
.notice, .comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash {
|
||||
color: #fafafa;
|
||||
background-color: #d50000;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
|
||||
.home .header h2 {
|
||||
border-bottom: 0px;
|
||||
|
|
|
|||
|
|
@ -20,6 +20,13 @@ textarea:focus,
|
|||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.notice, .comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash {
|
||||
color: #eee;
|
||||
background-color: #ce4c4c;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
.home .header h2 {
|
||||
border-bottom: 0px;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue