summaryrefslogtreecommitdiff
path: root/src/scss/error.scss
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-20 04:15:58 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-20 04:17:05 -0500
commit4334596d4bebc9a76f5ca8400813847eef5b3bb7 (patch)
tree4bd2229fd48715bcf4ae96bc3d070b7f3c29aa58 /src/scss/error.scss
parentadd lang column to user (diff)
downloadxssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.tar.gz
xssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.tar.bz2
xssbook2-4334596d4bebc9a76f5ca8400813847eef5b3bb7.zip
rework styles with scss
Diffstat (limited to 'src/scss/error.scss')
-rw-r--r--src/scss/error.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/scss/error.scss b/src/scss/error.scss
new file mode 100644
index 0000000..0f4c0b1
--- /dev/null
+++ b/src/scss/error.scss
@@ -0,0 +1,16 @@
+@import "./variables";
+@import "./mixins";
+
+main#main {
+ padding: 10rem 0;
+
+ h1 {
+ color: $blue;
+ font-family: $header-font;
+ font-size: 5em;
+ }
+
+ span {
+ font-size: 2em;
+ }
+}