diff options
Diffstat (limited to 'src/scss/error.scss')
-rw-r--r-- | src/scss/error.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/scss/error.scss b/src/scss/error.scss new file mode 100644 index 0000000..34c9d21 --- /dev/null +++ b/src/scss/error.scss @@ -0,0 +1,14 @@ +@import "./variables"; + +.section { + text-align: center; +} + +#main h1 { + color: $green; + text-shadow: 4px 4px $green-alt; +} + +#main h2 { + text-shadow: 3px 3px $white-alt; +} |