mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
Add theme support, light theme, and edgeless light
This commit is contained in:
parent
4e1f2b3607
commit
0d23d66700
45 changed files with 433 additions and 212 deletions
|
|
@ -1,32 +0,0 @@
|
|||
@use "./colors.sass" as c
|
||||
|
||||
.footer__container
|
||||
flex: 1
|
||||
display: grid
|
||||
align-content: end
|
||||
line-height: 1.5
|
||||
|
||||
.footer__center
|
||||
display: flex
|
||||
flex-direction: column
|
||||
align-items: center
|
||||
background-color: c.$bg-darkest
|
||||
margin: 40px 0 0
|
||||
padding: 10px 10px 30px
|
||||
|
||||
.footer__cols
|
||||
display: flex
|
||||
gap: 16px
|
||||
justify-content: center
|
||||
|
||||
@media screen and (max-width: 600px)
|
||||
display: grid
|
||||
|
||||
.footer__colhead
|
||||
font-weight: normal
|
||||
font-size: 1em
|
||||
margin: 0 0 8px
|
||||
|
||||
.footer__list
|
||||
padding-left: 24px
|
||||
margin: 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue