go-resume/static/css/light-style.scss

12 lines
183 B
SCSS
Raw Permalink Normal View History

:root {
--theme-color: #00d1b2;
--thin-color: #b5b5b5;
}
@import "bulma.css";
@import 'base.scss';
2024-02-10 18:55:14 +02:00
.tag:not(body).is-success {
background-color: var(--section-title-color);
}