Skip to content

Commit

Permalink
example site - more neutral color hues for css dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
andis-sprinkis committed Feb 7, 2024
1 parent 0f31e61 commit aa8220a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion site/documents/index/static/bullet_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/documents/index/static/dash_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/documents/index/static/dot_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/documents/index/static/new_tab_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions site/documents/index/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@

@media (prefers-color-scheme: dark) {
:root {
--bg-color: #1c1b22;
--bg-color: #171718;
--bg-color-pre: #ffffff09;
--border-color-hr: #ffffff11;
--text-color: #f3f3f6;
--text-color-link: #8c8cff;
--text-color: #e1e1e1;
--text-color-link: #78a7ff;
--text-color-link-active: #ff6666;
--text-color-link-visited: #ffadff;
--bg-color-text-selection: #f3f3f680;
--color-focus-outline: #f3f3f680;
--text-color-link-visited: #c797e2;
--bg-color-text-selection: #e1e1e180;
--color-focus-outline: #e1e1e180;
--url-icon-new-tab: url('./new_tab_dark.svg');
--url-icon-bullet: url('./bullet_dark.svg');
--url-icon-dot: url('./dot_dark.svg');
Expand Down

0 comments on commit aa8220a

Please sign in to comment.