headings without a font weight
This commit is contained in:
parent
ecc5ecb74c
commit
58c5262e84
@ -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 {
|
||||||
|
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user