This commit is contained in:
xunuwu 2025-05-20 02:07:38 +02:00
commit 481a2a665d
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
4 changed files with 107 additions and 0 deletions

37
bundle.css Normal file
View file

@ -0,0 +1,37 @@
:root {
color-scheme: light dark;
}
body {
font-family: sans-serif;
margin: auto;
max-width: 90vw;
}
ul {
list-style: none;
padding: 0;
}
li {
font-size: 120%;
margin-bottom: 10px;
box-sizing: border-box;
}
li a {
text-decoration: none;
}
li a:hover {
text-decoration: underline;
}
#link-section {
display: flex;
flex-wrap: wrap;
}
#link-section section {
padding-inline-end: 5vw;
}