Compare commits
2 Commits
79ebcd77bf
...
3e68fbd70b
Author | SHA1 | Date | |
---|---|---|---|
3e68fbd70b | |||
cef4f0399d |
@ -10,5 +10,4 @@
|
|||||||
<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 }}
|
||||||
|
@ -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.1em;
|
font-size: 1.2em;
|
||||||
color: #222;
|
color: #222;
|
||||||
max-width: 70%;
|
max-width: 70%;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
@ -54,9 +54,13 @@ font-size: .8em; }
|
|||||||
|
|
||||||
hr {
|
hr {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.dark hr {
|
||||||
|
border: 1px solid #333;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
highlight {
|
highlight {
|
||||||
}
|
}
|
||||||
@ -81,9 +85,12 @@ 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user