change regular infobox color to blue
This commit is contained in:
parent
025b3063a6
commit
a4a79d964e
@ -348,7 +348,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
|
||||
|
||||
.infobox {
|
||||
border: 2px solid black;
|
||||
background-color: #c1ceb1;
|
||||
background-color: #81a3e6;
|
||||
padding: 20px 15px;
|
||||
}
|
||||
.infobox.critical {
|
||||
|
@ -349,7 +349,7 @@ input[type="text"], input[type="password"], textarea, select {
|
||||
|
||||
.infobox {
|
||||
border: 2px solid black;
|
||||
background-color: $accent_color;
|
||||
background-color: #81a3e6;
|
||||
padding: 20px 15px;
|
||||
|
||||
&.critical {
|
||||
|
Loading…
Reference in New Issue
Block a user