web: match alert's dark theme colors with sr.ht

This commit is contained in:
Umar Getagazov 2022-07-11 23:04:34 +03:00 committed by Drew DeVault
parent 00a37d0b48
commit 7f555e21f5

View file

@ -268,9 +268,9 @@ ol {
}
.alert {
color: #023975;
background-color: #8cb5dd;
border-color: #779dc6;
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.result {