Compare commits
No commits in common. "45a80279d1cb425c047e13455f7dad40ca5f3882" and "aee97527518754281e7740029186e5ee70d355c9" have entirely different histories.
45a80279d1
...
aee9752751
2 changed files with 6 additions and 4 deletions
|
@ -42,7 +42,7 @@
|
|||
<dl>
|
||||
<dt>quantity <dd>2
|
||||
<dt>prons
|
||||
<dd title='“she” in real life pls!!'>
|
||||
<dd title='"she" in real life pls!!'>
|
||||
she, he
|
||||
<dt>limbs <dd>many
|
||||
<dt>consistency <dd>soft
|
||||
|
|
|
@ -11,16 +11,19 @@ body {
|
|||
hsl(155deg, 70%, 62%)
|
||||
);
|
||||
--bg-image: url(images/niss_uwu_bg.png);
|
||||
--weight: 500;
|
||||
}
|
||||
|
||||
body {
|
||||
background:
|
||||
var(--bg-image) top center fixed,
|
||||
var(--gradient) fixed;
|
||||
background-blend-mode: overlay;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Muller';
|
||||
font-size: 1.75rem;
|
||||
font-weight: var(--weight);
|
||||
font-weight: 500;
|
||||
color: white;
|
||||
text-shadow:
|
||||
1px 1px 0 black,
|
||||
|
@ -120,7 +123,6 @@ dd {
|
|||
[title]::after {
|
||||
content: attr(title);
|
||||
font-size: 75%;
|
||||
font-weight: var(--weight);
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue