diff --git a/src/main/resources/darkmode/dark.css b/src/main/resources/darkmode/dark.css index 3803a8b..2b1f113 100644 --- a/src/main/resources/darkmode/dark.css +++ b/src/main/resources/darkmode/dark.css @@ -2,13 +2,14 @@ color-scheme: dark; --bg-status-box: rgb(0, 90, 156); --background-color: #3e3e42; + --htag-text: #83E9F0; --bg-backlink: #c1c1bd; --text-color: rgb(240 240 240); --shadow-color: rgb(240 240 240 / 50%); --accent-color: rgb(0 0 240 / 50%); --owl-bg-pre: rgb(15 15 15); - --link: white; - --link-visited: gray; + --link: #DDC1F2; + --link-visited: #BD7DEE; --link-active: blue; --href-hover: gray; --bg-hlist: #67676E; diff --git a/src/main/resources/darkmode/light.css b/src/main/resources/darkmode/light.css index e3a25aa..2e42909 100644 --- a/src/main/resources/darkmode/light.css +++ b/src/main/resources/darkmode/light.css @@ -2,6 +2,7 @@ color-scheme: light; --bg-status-box: rgb(0, 90, 156); --background-color: white; + --htag-text: #005A9C; --bg-backlink: #F4FFFF; --text-color: rgb(15 15 15); --shadow-color: rgb(15 15 15 / 50%); diff --git a/src/main/resources/lode/rec.css b/src/main/resources/lode/rec.css index aeb4349..dd541eb 100644 --- a/src/main/resources/lode/rec.css +++ b/src/main/resources/lode/rec.css @@ -41,7 +41,7 @@ h3.list:before{counter-increment:subsection;content: counter(section) "." counte h3.list{margin-top: 20px; border-bottom: 0px; } /* background should be transparent, but WebTV has a bug */ -h1, h2, h3 { color: #005A9C; background: var(--background-color) } +h1, h2, h3 { color: var(--htag-text); background: var(--background-color) } h1 { font: 170% sans-serif } h2 { font: 140% sans-serif } h3 { font: 120% sans-serif }