aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--css/main.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/css/main.css b/css/main.css
index 659b7d5..7d96622 100644
--- a/css/main.css
+++ b/css/main.css
@@ -44,13 +44,12 @@
.article-m {
font-family: "Noto Sans Mono", monospace;
- font-size: 24px;
+ font-size: 20px;
text-decoration: none;
opacity: 0.6;
color: black;
- font-weight: bold;
+ font-weight: 700;
padding: 0px;
- margin-top: 2rem;
}
.article-m:hover {
@@ -75,9 +74,9 @@ body {
h1 {
font-family: "Times New Roman", Serif;
- font-weight: 500;
- font-size: 32px;
- margin-bottom: 0;
+ font-weight: 700;
+ font-size: 20px;
+ margin-top: 2rem;
line-height: 1.5;
}