nova-web/web/static/css/_vars.sass

22 lines
329 B
Sass
Raw Normal View History

2023-07-21 23:50:17 +02:00
$text: #f3f3f3
$background: #03060d
2023-07-23 02:07:22 +02:00
$secondary: #252a38
2023-07-25 03:38:53 +02:00
$secondary-dark: #0e0e0e
2023-07-21 23:50:17 +02:00
$border: #161d2bb0
2023-09-14 22:42:12 +02:00
$soft: #fcf7f824
2023-07-21 23:50:17 +02:00
$primary: #5f44b9
$primary-light: #b88df0
$primary-glow: #683a9638
$primary-soft: #cc9af724
2023-07-21 23:50:17 +02:00
$accent: #28aaf0
2023-07-25 03:38:53 +02:00
$error: #ef3628
$warn: #f09928
2023-07-25 03:38:53 +02:00
$success: #28ef6b
2023-07-21 23:50:17 +02:00
$edge: 5px
$main-width: 800px
$more-width: 1000px