Fixes for dark theme

This commit is contained in:
Jason McBrayer 2018-08-27 08:11:18 -04:00
parent 6cf660bda1
commit 617586fa6f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
body.has-navbar-fixed-top {
padding-top: 48px;
}
body > section > div.container { body > section > div.container {
max-width: 90ex; max-width: 90ex;
} }

View File

@ -5,9 +5,9 @@
{% load static %} {% load static %}
{% if active %} {% if active %}
<article class="media active-context"> <article class="media box active-context">
{% else %} {% else %}
<article class="media"> <article class="media box">
{% endif %} {% endif %}
<figure class="media-left"> <figure class="media-left">