diff --git a/assets/css/baseof.css b/assets/css/baseof.css index 5a01b05..4349ea1 100644 --- a/assets/css/baseof.css +++ b/assets/css/baseof.css @@ -16,8 +16,8 @@ /* Colors */ --black: #131314; --white: white; - --crimson: #bd1839; - --light-gray: #e7e7e7; + --crimson: #BD1839; + --light-gray: #E7E7E7; /* Background colors */ --dark-background: #1d1b1b; diff --git a/assets/js/baseof.js b/assets/js/baseof.js index 164809c..537558a 100644 --- a/assets/js/baseof.js +++ b/assets/js/baseof.js @@ -18,9 +18,6 @@ function initTheme() { function loadTheme() { root.style.setProperty('--theme', theme); - document - .querySelector('meta[name="theme-color"]') - .setAttribute('content', theme === 'light' ? '#FBFBFB' : '#1D1B1B'); root.style.setProperty( '--background', theme === 'light' ? 'var(--light-background)' : 'var(--dark-background)' diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f9c3495..4293e8c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -12,7 +12,7 @@ - + {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}