1
0
Fork 0

Compare commits

..

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

4 changed files with 16 additions and 32 deletions

View File

@ -4,7 +4,7 @@ PAGES = index.html
IMAGES = $(patsubst %,images/%, \
mlem.gif mlem_static.png icon.png \
niss_uwu_bg_dim.png niss_uwu_bg.png \
info_small.png star_small.png sparkles_large.png niss_wave_large.png \
star_small.png sparkles_large.png niss_wave_large.png \
shortcake_large.png \
)

View File

@ -1 +0,0 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.41421" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path clip-rule="evenodd" d="m0 0h32v32h-32z"/></clipPath><metadata/><path d="m0 0h32v32h-32z" fill="none"/><g clip-path="url(#a)"><path d="m32 8c0-4.418-3.582-8-8-8-4.887 0-11.113 0-16 0-4.418 0-8 3.582-8 8v16c0 4.418 3.582 8 8 8h16c4.418 0 8-3.582 8-8 0-4.887 0-11.113 0-16z"/><path d="m30 8c0-1.591-.632-3.117-1.757-4.243-1.126-1.125-2.652-1.757-4.243-1.757-4.724 0-11.276 0-16 0-1.591 0-3.117.632-4.243 1.757-1.125 1.126-1.757 2.652-1.757 4.243v16c0 1.591.632 3.117 1.757 4.243 1.126 1.125 2.652 1.757 4.243 1.757h16c1.591 0 3.117-.632 4.243-1.757 1.125-1.126 1.757-2.652 1.757-4.243 0-4.724 0-11.276 0-16z" fill="#30bfdb"/><g fill="#fff"><circle cx="16" cy="8" r="3"/><path d="m12 13h7v3h-7z"/><path d="m15 13h4v13h-4z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 952 B

View File

@ -42,8 +42,7 @@
<dl>
<dt>quantity <dd>2
<dt>prons
<dd title='&quot;she&quot; in real life pls!!'>
she, he
<dd><span title='&quot;she&quot; in real life pls!!'>she, he*</span>
<dt>limbs <dd>many
<dt>consistency <dd>soft
</dl>
@ -55,8 +54,10 @@
<h2>where to find gecs</h2>
<dl>
<dt>gallery
<dd title='until then just look at my snouts media tab or something'>
<dd>
<span title='until then just look at my snouts media tab or something'>
coming soon?
</span>
<dt>code
<dd><a href=https://git.rhiannon.website/rhi>gitea</a>
<dt>masto

View File

@ -7,8 +7,7 @@ body {
hsl(348deg, 92%, 70%),
hsl(334deg, 100%, 80%),
hsl(234deg, 100%, 76%),
hsl(195deg, 100%, 67%),
hsl(155deg, 70%, 62%)
hsl(195deg, 100%, 67%)
);
--bg-image: url(images/niss_uwu_bg.png);
}
@ -108,33 +107,15 @@ dd {
text-align: left;
}
@media (hover) {
[title] {
text-decoration: dotted underline;
text-decoration-thickness: 2px;
}
[title]::after {
content: url(images/info_small.png);
vertical-align: text-top;
mix-blend-mode: hard-light;
}
}
@media (hover: none) {
[title]::after {
content: attr(title);
font-size: 75%;
display: inline-block;
}
[title] {
text-decoration: dotted underline;
text-decoration-thickness: 2px;
}
a {
color: hsl(196deg, 100%, 85%);
font-weight: bolder;
text-decoration: none;
transition: color 0.2s ease-in-out;
}
a:hover {
color: hsl(50deg, 100%, 82%);
}
.cake::before, .cake::after,
@ -216,8 +197,7 @@ footer a {
hsl(348deg, 56%, 55%),
hsl(334deg, 60%, 43%),
hsl(234deg, 60%, 40%),
hsl(195deg, 60%, 44%),
hsl(155deg, 60%, 55%)
hsl(195deg, 60%, 44%)
);
--bg-image: url(images/niss_uwu_bg_dim.png);
}
@ -233,6 +213,11 @@ footer a {
mix-blend-mode: screen;
}
a {
text-decoration: underline;
text-decoration-thickness: 2px;
}
footer {
background: hsla(0, 0%, 0%, 50%);
color: white;
@ -265,8 +250,7 @@ footer a {
.cake::before, .cake::after,
header rt::before, header rt::after,
section h2::before, section h2::after,
[title]::after {
section h2::before, section h2::after {
mix-blend-mode: initial;
}
}