1
0
Fork 0

Compare commits

..

No commits in common. "45a80279d1cb425c047e13455f7dad40ca5f3882" and "aee97527518754281e7740029186e5ee70d355c9" have entirely different histories.

2 changed files with 6 additions and 4 deletions

View File

@ -42,7 +42,7 @@
<dl> <dl>
<dt>quantity <dd>2 <dt>quantity <dd>2
<dt>prons <dt>prons
<dd title='“she” in real life pls!!'> <dd title='&quot;she&quot; in real life pls!!'>
she, he she, he
<dt>limbs <dd>many <dt>limbs <dd>many
<dt>consistency <dd>soft <dt>consistency <dd>soft

View File

@ -11,16 +11,19 @@ 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 {
background: background:
var(--bg-image) top center fixed, var(--bg-image) top center fixed,
var(--gradient) fixed; var(--gradient) fixed;
background-blend-mode: overlay; background-blend-mode: overlay;
}
body {
font-family: 'Muller'; font-family: 'Muller';
font-size: 1.75rem; font-size: 1.75rem;
font-weight: var(--weight); font-weight: 500;
color: white; color: white;
text-shadow: text-shadow:
1px 1px 0 black, 1px 1px 0 black,
@ -120,7 +123,6 @@ 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;
} }
} }