blog/sass/theme/dark.scss
Joe Ardent d5d971da3b mvp
2022-11-11 17:07:47 -08:00

11 lines
No EOL
227 B
SCSS

:root {
--text-0: rgba(255, 255, 255, 87%);
--text-1: rgba(255, 255, 255, 60%);
--bg-0: #121212;
--bg-1: rgba(255, 255, 255, 5%);
--bg-2: rgba(23, 23, 23, 100%);
--primary-color: #ef5350;
--hover-color: white;
}