headings without a font weight

This commit is contained in:
Marvin Steadfast 2018-04-05 09:06:44 +00:00
parent ecc5ecb74c
commit 58c5262e84
2 changed files with 1 additions and 4 deletions

View File

@ -16,9 +16,7 @@ a:hover {
h1 { h1 {
color: #000000; color: #000000;
margin-top: 75px; margin-top: 75px;
margin-bottom: 0px;
font-style: italic; font-style: italic;
font-weight: 600;
} }
h1 a { h1 a {
@ -28,7 +26,6 @@ h1 a {
h2 { h2 {
color: #000000; color: #000000;
font-style: italic; font-style: italic;
font-weight: 600;
} }
hr { hr {

View File

@ -11,7 +11,7 @@
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/skeleton.css"> <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/skeleton.css">
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/walden.css"> <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/walden.css">
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/pygment.css"> <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/pygment.css">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,400i,600i" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,400i" rel="stylesheet">
{% if CUSTOM_CSS %} {% if CUSTOM_CSS %}
<link href="{{ SITEURL }}/{{ CUSTOM_CSS }}" rel="stylesheet"> <link href="{{ SITEURL }}/{{ CUSTOM_CSS }}" rel="stylesheet">
{% endif %} {% endif %}