website/src/scss/error.scss
2024-05-24 09:05:42 -04:00

14 lines
170 B
SCSS

@import "./variables";
.section {
text-align: center;
}
#main h1 {
color: $green;
text-shadow: 4px 4px $green-alt;
}
#main h2 {
text-shadow: 3px 3px $white-alt;
}