1
0
Fork 0

i am slowly dying of touch starvation

This commit is contained in:
Lethe Beltane 2022-04-13 09:21:54 -05:00
parent 90ae54b19a
commit e77ce50f14
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
197 changed files with 427 additions and 19 deletions

View file

@ -8,7 +8,7 @@ body {
}
a, a:visited {
text-decoration: underline;
color: inherit;
color: #FFBF69;
}
.download {
font-weight: bold;
@ -24,10 +24,10 @@ p {
margin-left: 5px;
margin-right: 5px;
}
h1 {
h1, code {
color: #cc99ff;
}
h2 {
h2, b {
color: #D162A4;
}
.note {