mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-04 06:09:55 +03:00
Fix info-card dark mode colors (#974)
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
--warning-color: #404040;
|
||||
|
||||
--info-background-color: rgba(212, 237, 255, 0.9);
|
||||
--info-color: #404040;
|
||||
|
||||
--default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
--header-font-family: "Montserrat", sans-serif;
|
||||
@@ -160,6 +161,9 @@
|
||||
|
||||
--warning-background-color: #444033;
|
||||
--warning-color: #ffeeaf;
|
||||
|
||||
--info-background-color: rgba(47, 54, 58, 0.9);
|
||||
--info-color: rgb(162, 216, 255);
|
||||
}
|
||||
|
||||
/* Use logo with white text for dark navbar. */
|
||||
|
||||
Reference in New Issue
Block a user