change regular infobox color to blue

This commit is contained in:
Lera Elvoé 2025-05-25 06:36:47 +03:00
parent 025b3063a6
commit a4a79d964e
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc
2 changed files with 2 additions and 2 deletions

View File

@ -348,7 +348,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
.infobox { .infobox {
border: 2px solid black; border: 2px solid black;
background-color: #c1ceb1; background-color: #81a3e6;
padding: 20px 15px; padding: 20px 15px;
} }
.infobox.critical { .infobox.critical {

View File

@ -349,7 +349,7 @@ input[type="text"], input[type="password"], textarea, select {
.infobox { .infobox {
border: 2px solid black; border: 2px solid black;
background-color: $accent_color; background-color: #81a3e6;
padding: 20px 15px; padding: 20px 15px;
&.critical { &.critical {