This commit is contained in:
Patrick Alvin Alcala 2025-11-21 15:34:18 +08:00
parent afb5f3a287
commit db3736b71f
16 changed files with 203 additions and 181 deletions

View file

@ -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