mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-05-22 03:14:57 +00:00
Add darkmode
Prettier titles
This commit is contained in:
parent
b6077f88ed
commit
0ddc2a20b2
15 changed files with 187 additions and 76 deletions
|
@ -6,23 +6,17 @@ footer
|
|||
flex-direction: column
|
||||
justify-content: center
|
||||
align-items: center
|
||||
text-align: center
|
||||
font-size: 0.9rem
|
||||
|
||||
background-color: $light
|
||||
color: $dark
|
||||
|
||||
p
|
||||
p, a
|
||||
margin: 0
|
||||
font-size: 0.9rem
|
||||
text-align: center
|
||||
color: inherit
|
||||
|
||||
a
|
||||
margin: 0
|
||||
font-size: 0.9rem
|
||||
|
||||
text-decoration: none
|
||||
color: $accent
|
||||
cursor: pointer
|
||||
|
||||
&:hover
|
||||
&:hover, &:focus-visible
|
||||
text-decoration: underline
|
||||
outline: 0 solid transparent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue