mirror of
https://github.com/godotengine/discourse-theme.git
synced 2025-12-31 17:48:45 +03:00
Hotfix: Make solved and likes readable again
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"selected": "d4d4d4",
|
||||
"hover": "c9c9c9",
|
||||
"danger": "e45735",
|
||||
"success": "67e6bb",
|
||||
"success": "1dbf89",
|
||||
"love": "f57389"
|
||||
},
|
||||
"Godot Dark": {
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
/* Green Checkmarks for Solved Topics */
|
||||
|
||||
.topic-status > .solved {
|
||||
color: var(--success-medium);
|
||||
color: var(--success);
|
||||
}
|
||||
|
||||
|
||||
@@ -92,7 +92,7 @@ nav.post-controls .actions .double-button button:last-child {
|
||||
nav.post-controls .actions .unaccepted .d-icon,
|
||||
nav.post-controls .actions .double-button button.like .d-icon,
|
||||
nav.post-controls .actions .double-button button.toggle-like .d-icon {
|
||||
color: var(--success-medium) !important;
|
||||
color: var(--success) !important;
|
||||
}
|
||||
|
||||
nav.post-controls .actions .unaccepted.d-hover .d-icon,
|
||||
@@ -106,7 +106,7 @@ nav.post-controls .actions .unaccepted.d-hover,
|
||||
nav.post-controls .actions .double-button:hover button.like,
|
||||
nav.post-controls .actions .double-button:hover button.regular-likes,
|
||||
nav.post-controls .actions .double-button:hover button.toggle-like {
|
||||
background-color: var(--success-medium) !important;
|
||||
background-color: var(--success) !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user