summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-04-19 14:27:32 +0300
committereug-vs <eugene@eug-vs.xyz>2022-04-19 14:27:32 +0300
commita7a039a704360f102ac8c678533c5cf113a499a1 (patch)
tree92179e76e294e2f0e41cc670a34eff7231d782d2 /style.css
parente6a2cbada3d44908c74974223a5328b43969e689 (diff)
downloadeug-vs-xyz-a7a039a704360f102ac8c678533c5cf113a499a1.tar.gz
feat: use more of the wiki-style
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 13 insertions, 8 deletions
diff --git a/style.css b/style.css
index 2ec5a34..72b0700 100644
--- a/style.css
+++ b/style.css
@@ -5,7 +5,7 @@ html {
}
body {
margin: 0 auto;
- max-width: 50em;
+ max-width: 1100px;
padding-left: 50px;
padding-right: 50px;
padding-top: 50px;
@@ -13,6 +13,7 @@ body {
word-wrap: break-word;
text-rendering: optimizeLegibility;
font-kerning: normal;
+ font-size: 16px;
}
@media (max-width: 600px) {
body {
@@ -30,16 +31,20 @@ a {
img {
max-width: 100%;
}
-h1, h2, h3, h4, h5, h6 {
+h1 {
font-weight: normal;
+}
+h2, h3, h4, h5, h6 {
+ font-family: "Bitter", serif;
+ font-weight: normal;
+ line-height: 1.1;
margin-top: 1.4em;
}
-h5, h6 {
- font-size: 1em;
- font-style: italic;
+h2 {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
-h6 {
- font-weight: normal;
+h3 {
+ font-size: 21px;
}
ol, ul {
padding-left: 1.7em;
@@ -57,7 +62,7 @@ blockquote {
}
code {
font-family: monospace;
- font-size: 130%;
+ font-size: 90%;
margin: 0;
padding: 2px;
background: #1d2021;