Compare commits

...

2 Commits

Author SHA1 Message Date
J S
3e68fbd70b
feat[categories]: Deleted extra dark mode
I deleted extra visual mode selector from the categories pages
2023-11-23 15:42:14 -05:00
J S
cef4f0399d
feat[warn]: Added background to warning 2023-11-14 14:40:15 -05:00
2 changed files with 9 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 {
}
@ -81,9 +85,12 @@ font-size: 100%;
.alert {
position: relative;
padding: 0rem 1rem;
padding-top: 1px;
padding-bottom: 1px;
border-color: #ed6a5a;
margin-bottom: 1rem;
border-left: 5px solid #ed6a5a;
background-color: #ed6a5a30
}
.alert-heading {
font-family: sans-serif;