Skip to content

Commit

Permalink
Fix info-card dark mode colors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscott committed Dec 4, 2024
1 parent 151966e commit a83a9cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 4 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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. */
Expand Down

0 comments on commit a83a9cd

Please sign in to comment.