feat[categories]: Deleted extra dark mode

I deleted extra visual mode selector from the categories pages
This commit is contained in:
Judah Sotomayor 2023-11-23 15:42:14 -05:00
parent cef4f0399d
commit 3e68fbd70b
Signed by: judahsotomayor
SSH Key Fingerprint: SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI
2 changed files with 6 additions and 3 deletions

View File

@ -10,5 +10,4 @@
<h3><a href="{{ .Site.BaseURL }}categories">Back to all categories</a></h3>
</div>
<script src="/js/dark.js"></script>
{{ end }}

View File

@ -1,7 +1,7 @@
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.5em;
font-size: 1.1em;
font-size: 1.2em;
color: #222;
max-width: 70%;
padding: 2rem;
@ -54,9 +54,13 @@ font-size: .8em; }
hr {
border: 0px;
border: 1px solid #eee;
border: 1px solid #ddd;
}
body.dark hr {
border: 1px solid #333;
}
highlight {
}