mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 15:23:52 -05:00
Fixes for dark theme
This commit is contained in:
parent
6cf660bda1
commit
617586fa6f
@ -1,3 +1,7 @@
|
||||
body.has-navbar-fixed-top {
|
||||
padding-top: 48px;
|
||||
}
|
||||
|
||||
body > section > div.container {
|
||||
max-width: 90ex;
|
||||
}
|
||||
|
@ -5,9 +5,9 @@
|
||||
{% load static %}
|
||||
|
||||
{% if active %}
|
||||
<article class="media active-context">
|
||||
<article class="media box active-context">
|
||||
{% else %}
|
||||
<article class="media">
|
||||
<article class="media box">
|
||||
{% endif %}
|
||||
|
||||
<figure class="media-left">
|
||||
|
Loading…
Reference in New Issue
Block a user