rename bundle.css to style.css

This commit is contained in:
xunuwu 2025-05-20 21:11:36 +02:00
parent 21bbe9607a
commit 6e24573bf7
3 changed files with 3 additions and 3 deletions

View file

@ -1,37 +0,0 @@
: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;
}