Compare commits

..

No commits in common. "3e68fbd70b3b56adfcd8c8a4c80e76b1c60977c7" and "79ebcd77bfa76a12177093c82b7f3c75b98ea441" have entirely different histories.

2 changed files with 3 additions and 9 deletions

View File

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

View File

@ -1,7 +1,7 @@
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.5em; line-height: 1.5em;
font-size: 1.2em; font-size: 1.1em;
color: #222; color: #222;
max-width: 70%; max-width: 70%;
padding: 2rem; padding: 2rem;
@ -54,13 +54,9 @@ font-size: .8em; }
hr { hr {
border: 0px; border: 0px;
border: 1px solid #ddd; border: 1px solid #eee;
} }
body.dark hr {
border: 1px solid #333;
}
highlight { highlight {
} }
@ -85,12 +81,9 @@ font-size: 100%;
.alert { .alert {
position: relative; position: relative;
padding: 0rem 1rem; padding: 0rem 1rem;
padding-top: 1px;
padding-bottom: 1px;
border-color: #ed6a5a; border-color: #ed6a5a;
margin-bottom: 1rem; margin-bottom: 1rem;
border-left: 5px solid #ed6a5a; border-left: 5px solid #ed6a5a;
background-color: #ed6a5a30
} }
.alert-heading { .alert-heading {
font-family: sans-serif; font-family: sans-serif;