diff --git a/.gitignore b/.gitignore index 4e3ec86..2d821fa 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ public *.lock resources .DS_Store +.DS_Store diff --git a/themes/hugo-theme-console/static/hugo-theme-console/css/console.css b/themes/hugo-theme-console/static/hugo-theme-console/css/console.css index a6def09..02f7869 100644 --- a/themes/hugo-theme-console/static/hugo-theme-console/css/console.css +++ b/themes/hugo-theme-console/static/hugo-theme-console/css/console.css @@ -46,13 +46,13 @@ @media (prefers-color-scheme: dark) { :root { - --background-color: #2e3440; + --background-color: #222225; --page-width: 60em; - --font-color: #88c0d0; - --invert-font-color: #2e3440; - --secondary-color: #bf616a; - --tertiary-color: #ebcb8b; - --primary-color: #a3be8c; + --font-color: #e8e9ed; + --invert-font-color: #222225; + --secondary-color: #a3abba; + --tertiary-color: #a3abba; + --primary-color: #62c4ff; --error-color: #ff3c74; --progress-bar-background: #3f3f44; --progress-bar-fill: #62c4ff; @@ -311,4 +311,4 @@ figure { margin-top: 50px; padding-top: 5px; } -} +} \ No newline at end of file