headings without a font weight
This commit is contained in:
parent
ecc5ecb74c
commit
58c5262e84
@ -16,9 +16,7 @@ a:hover {
|
||||
h1 {
|
||||
color: #000000;
|
||||
margin-top: 75px;
|
||||
margin-bottom: 0px;
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
h1 a {
|
||||
@ -28,7 +26,6 @@ h1 a {
|
||||
h2 {
|
||||
color: #000000;
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
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/walden.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 %}
|
||||
<link href="{{ SITEURL }}/{{ CUSTOM_CSS }}" rel="stylesheet">
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user