Local tweaks
This commit is contained in:
2
static/css/fonts.css
Normal file
2
static/css/fonts.css
Normal file
@@ -0,0 +1,2 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
|
@@ -1,18 +1,23 @@
|
||||
body {
|
||||
font-family: "ubuntu", sans-serif;
|
||||
font-family: "Verdana", sans-serif;
|
||||
font-weight: 400;
|
||||
color: #333;
|
||||
line-height: 1.6;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
a, a:hover {
|
||||
a,
|
||||
a:hover {
|
||||
color: #a00;
|
||||
text-decoration: none;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
html,button,input,select,textarea {
|
||||
html,
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
@@ -42,7 +47,7 @@ img {
|
||||
}
|
||||
|
||||
a img {
|
||||
border:none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
figure {
|
||||
@@ -64,7 +69,7 @@ blockquote {
|
||||
margin-left: 1rem;
|
||||
font-style: italic;
|
||||
font-size: 1.4rem;
|
||||
font-family: Georgia,bitstream charter,serif;
|
||||
font-family: Georgia, bitstream charter, serif;
|
||||
border-left: 3px solid;
|
||||
border-color: #a00;
|
||||
padding-left: 20px;
|
||||
@@ -79,7 +84,8 @@ blockquote em {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
a,a:hover {
|
||||
a,
|
||||
a:hover {
|
||||
color: #a00;
|
||||
text-decoration: none
|
||||
}
|
||||
@@ -88,11 +94,16 @@ a:hover {
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
font-family: raleway,sans-serif;
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: "Frank Ruhl Libre", sans-serif;
|
||||
line-height: 1.2;
|
||||
color: #333;
|
||||
font-weight: 200;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -167,8 +178,8 @@ ul {
|
||||
}
|
||||
|
||||
.site-title a {
|
||||
color: #333;
|
||||
text-decoration: none !important;
|
||||
color: #333;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.post ul li {
|
||||
@@ -197,12 +208,12 @@ ul {
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-top: 50px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.header {
|
||||
margin-bottom: 20px;
|
||||
padding-bottom: 20px;
|
||||
/* padding-bottom: 20px; */
|
||||
}
|
||||
|
||||
.header h1,
|
||||
@@ -218,8 +229,8 @@ ul {
|
||||
}
|
||||
|
||||
.header nav {
|
||||
margin-top: 20px;
|
||||
border-top: 1px solid #f4f4f4;
|
||||
/* margin-top: 10px; */
|
||||
/* border-top: 1px solid #f4f4f4; */
|
||||
}
|
||||
|
||||
.header nav ul,
|
||||
@@ -287,7 +298,7 @@ ul {
|
||||
}
|
||||
|
||||
.post-tags a {
|
||||
margin-right: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.post .post-header .meta {
|
||||
@@ -379,7 +390,8 @@ table th {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
table th, table td {
|
||||
table th,
|
||||
table td {
|
||||
padding: 10px 20px;
|
||||
border: 1px solid #dddddd;
|
||||
}
|
||||
@@ -408,4 +420,4 @@ table th, table td {
|
||||
.container {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user