mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
18 lines
202 B
CSS
18 lines
202 B
CSS
html, body {
|
|
background: var(--theme-body-background);
|
|
color: var(--theme-body-color);
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
ul {
|
|
padding: 0;
|
|
font-size: 1em;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|