rename bundle.css to style.css
This commit is contained in:
parent
21bbe9607a
commit
6e24573bf7
3 changed files with 3 additions and 3 deletions
37
style.css
Normal file
37
style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue