diff --git a/themes/leilukin/stylesheets/all.css b/themes/leilukin/stylesheets/all.css index 287112e..384488a 100644 --- a/themes/leilukin/stylesheets/all.css +++ b/themes/leilukin/stylesheets/all.css @@ -24,6 +24,7 @@ --clr-body-txt: #fceaff; --clr-content-bg: #3d2163; --clr-pinned-bg: #13092D; + --clr-sub-heading: #e8b86f; --clr-code-bg: #241445; --clr-highlight: #6736ad; --clr-border-main: #c6ccc8; @@ -74,6 +75,12 @@ h1 { margin: 1em 0em; padding: 0em; } +h1 > a, h1 > a:visited { + color: var(--clr-body-txt); +} +h2, h3, h4, h5, h6 { + color: var(--clr-sub-heading); +} h2 { font-size: 1.5em; font-weight: bold; @@ -271,6 +278,13 @@ ul.sidebar > li { text-align: start; font-size: 0.75em; } +ul.sidebar > li > a { + color: var(--clr-body-txt); +} +ul.sidebar > li > a:hover, +ul.sidebar > li > a:focus { + color: var(--clr-link-hover); +} ul.archive { list-style: none; display: grid; @@ -640,7 +654,7 @@ article.audio audio { } a:link, a:visited { - color: var(--clr-body-txt); + color: var(--clr-link); text-decoration: none; } a:hover, @@ -940,4 +954,4 @@ div.standalone > *:last-child { ul.navigation { background-color: var(--clr-body-bg); } -} +} \ No newline at end of file