mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Clean up Styling
This commit is contained in:
parent
bc2ed9e2be
commit
b30e336ae6
13 changed files with 320 additions and 472 deletions
|
@ -37,6 +37,11 @@ $font: 'Rubik', sans-serif
|
|||
$breakpoint: 800px
|
||||
|
||||
|
||||
// New variables, Slowly moving over to them because I suck at planning ahead and coding reeee
|
||||
$background: var(--bg-100)
|
||||
$foreground: var(--fg-white)
|
||||
|
||||
|
||||
\:root
|
||||
--bg-dim: 16, 16, 16
|
||||
--bg-bright: 232, 227, 227
|
||||
|
@ -66,7 +71,7 @@ $breakpoint: 800px
|
|||
--success: var(--green)
|
||||
--info: var(--blue)
|
||||
|
||||
--rad: 8px
|
||||
--rad: 0.5rem
|
||||
--rad-inner: calc(var(--rad) / 2)
|
||||
|
||||
--animation-smooth: cubic-bezier(0.76, 0, 0.17, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue