Updated
This commit is contained in:
parent
afb5f3a287
commit
db3736b71f
16 changed files with 203 additions and 181 deletions
|
|
@ -1,8 +1,16 @@
|
|||
@use './global'
|
||||
@use './variables'
|
||||
@use '../../configs/design.site' as design
|
||||
@use 'sass:color'
|
||||
|
||||
:root
|
||||
background-color: variables.$background
|
||||
color-scheme: light dark
|
||||
background-color: light-dark(design.$lightBackground, design.$darkBackground)
|
||||
transition: background-color 0.6s ease-out
|
||||
|
||||
.title
|
||||
color: light-dark(color.adjust(design.$lightBackground, $blackness: 70%), color.adjust(design.$darkBackground, $lightness: 70%))
|
||||
transition: background-color 0.6s ease-out
|
||||
|
||||
a
|
||||
margin-right: 1rem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue