mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Fix info-card dark mode colors (#974)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<link rel="alternate" type="application/rss+xml" title="Godot News" href="/rss.xml">
|
||||
<link rel="icon" href="/assets/favicon.png" sizes="any">
|
||||
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?118">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?119">
|
||||
<link rel="stylesheet" href="/assets/css/tobii.min.css">
|
||||
<link rel="preload" as="font" href="/assets/fonts/Montserrat-Italic-VariableFont_wght.woff2" crossorigin>
|
||||
<link rel="preload" as="font" href="/assets/fonts/Montserrat-VariableFont_wght.woff2" crossorigin>
|
||||
|
||||
@@ -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