1
0
Fork 0

Add a simple theme

Because dark mode rulez :-) For lovers of white web, TODO has been
added.
pub/python-goto
LEdoian 4 years ago
parent 0265df36b5
commit 1ea3432d37

@ -9,3 +9,4 @@
- [ ] Tags integration - [ ] Tags integration
- [ ] Maybe categories? - [ ] Maybe categories?
- Probably categories would - Probably categories would
- [ ] Add both variants of theme (light, dark)

@ -0,0 +1,12 @@
body {
background-color: #003;
color: #5bf;
}
a {
color: #8df;
}
h1, h2, h3, h4, h5, h6 {
font-family: sans-serif;
}

@ -21,6 +21,7 @@
{# TODO: More meta tags #} {# TODO: More meta tags #}
{# CSS and other: #} {# CSS and other: #}
<link rel=stylesheet href="{{ THEME_STATIC_DIR }}/css/theme.css">
{# Title setting #} {# Title setting #}
{% if page_title %} {% if page_title %}

Loading…
Cancel
Save