mirror of
https://github.com/godotengine/doc-status.git
synced 2025-12-31 13:48:23 +03:00
Tweak the dark theme to better match the Godot proposals viewer
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--body-background-color: hsl(0, 0%, 20%);
|
||||
--body-color: hsl(0, 0%, 85%);
|
||||
--table-sticky-background-color: hsl(0, 0%, 20%);
|
||||
--link-color: hsl(210, 100%, 80%);
|
||||
--body-background-color: hsl(180, 5%, 15%);
|
||||
--body-color: hsl(0, 0%, 80%);
|
||||
--table-sticky-background-color: hsl(180, 5%, 15%);
|
||||
--link-color: hsl(200, 50%, 60%);
|
||||
--completion-complete-color: hsl(125, 50%, 65%);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user