use default weight for inline titles
This commit is contained in:
parent
aca3c0080d
commit
4053f178f2
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,7 @@ body {
|
||||||
hsl(155deg, 70%, 62%)
|
hsl(155deg, 70%, 62%)
|
||||||
);
|
);
|
||||||
--bg-image: url(images/niss_uwu_bg.png);
|
--bg-image: url(images/niss_uwu_bg.png);
|
||||||
|
--weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -23,7 +24,7 @@ body {
|
||||||
body {
|
body {
|
||||||
font-family: 'Muller';
|
font-family: 'Muller';
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
font-weight: 500;
|
font-weight: var(--weight);
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow:
|
text-shadow:
|
||||||
1px 1px 0 black,
|
1px 1px 0 black,
|
||||||
|
@ -123,6 +124,7 @@ dd {
|
||||||
[title]::after {
|
[title]::after {
|
||||||
content: attr(title);
|
content: attr(title);
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
|
font-weight: var(--weight);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue