feat[categories]: Deleted extra dark mode
I deleted extra visual mode selector from the categories pages
This commit is contained in:
parent
cef4f0399d
commit
3e68fbd70b
@ -10,5 +10,4 @@
|
||||
<h3><a href="{{ .Site.BaseURL }}categories">Back to all categories</a></h3>
|
||||
</div>
|
||||
|
||||
<script src="/js/dark.js"></script>
|
||||
{{ end }}
|
||||
|
@ -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 {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user