change solarized warning to orange

This commit is contained in:
alfrix
2023-09-25 08:31:47 -03:00
parent 70c62ca6b6
commit adc59f7df1
2 changed files with 3 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ textview .time {
}
.message_popup_warning, .message_popup_warning button {
background-color: #b58900; /*solarazed-yellow*/
background-color: #cb4b16; /*solarazed-orange*/
}
.message_popup_error, .message_popup_error button {