mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-19 17:53:06 -05:00
Design refresh + a bunch of stuff (#2864)
Co-authored-by: hfcRed <hfcred@gmx.net>
This commit is contained in:
12
app/components/Section.module.css
Normal file
12
app/components/Section.module.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.section {
|
||||
& > div {
|
||||
padding: var(--s-2);
|
||||
border-radius: var(--radius-box);
|
||||
background-color: var(--color-bg);
|
||||
}
|
||||
|
||||
& > h2 {
|
||||
color: var(--color-text-high);
|
||||
font-size: var(--font-md);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user