summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmightyMiau <almightymeow612@gmail.com>2025-02-06 22:35:36 -0800
committerAlmightyMiau <almightymeow612@gmail.com>2025-02-06 22:35:36 -0800
commit3e10d7200ca7e020b597d322f7b022c53bb17686 (patch)
treeeef51603d34c358358eef7fa0d08dd60de64a192
parentdbc730716a9f4ad8adf9a576d117b8978ba59b74 (diff)
Changed font weights, default: 500, #quote p: 300;main
-rw-r--r--styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/styles.css b/styles.css
index 521a7d8..9e5e7e1 100644
--- a/styles.css
+++ b/styles.css
@@ -1,6 +1,6 @@
* {
font-family: "Roboto", serif;
- font-weight: 300;
+ font-weight: 500;
margin: 0px;
}
@@ -89,6 +89,7 @@ button {
}
#quote p {
font-size: 36px;
+ font-weight: 300;
font-style: italic;
color: #1F2937;
}