font weights

This commit is contained in:
Rhiannon Morris 2020-08-18 15:07:11 +02:00
parent 8cf52ac3d7
commit 49df0f997b
2 changed files with 208 additions and 94 deletions

View file

@ -11,7 +11,7 @@ body {
hsl(155deg, 70%, 62%)
);
--bg-image: url(images/niss_uwu_bg.png);
--weight: 500;
--weight: 600;
background:
var(--bg-image) top center fixed,
@ -45,7 +45,7 @@ main {
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
font-weight: 700;
margin-top: 0;
}
@ -53,6 +53,10 @@ h1 {
font-size: 200%;
}
b {
font-weight: 800;
}
#mlem {
margin: 36px auto -50px;
position: relative;
@ -103,7 +107,7 @@ dt {
text-align: right;
}
dd {
font-weight: 600;
font-weight: 700;
text-align: left;
}
@ -131,7 +135,7 @@ dd {
a {
color: hsl(196deg, 100%, 85%);
font-weight: bolder;
font-weight: 800;
text-decoration: none;
transition: color 0.2s ease-in-out;
}