website/src/scss/error.scss

15 lines
170 B
SCSS
Raw Normal View History

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