diff options
Diffstat (limited to 'styles/main/_layout.scss')
-rw-r--r-- | styles/main/_layout.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/styles/main/_layout.scss b/styles/main/_layout.scss new file mode 100644 index 0000000..48374a5 --- /dev/null +++ b/styles/main/_layout.scss @@ -0,0 +1,7 @@ +.layout { + color: var(--color-text); + height: 100vh; + background: var(--color-bg); + background: linear-gradient(to bottom right, var(--color-bg) 0%, var(--color-bg-alt) 100%); + position: relative; +} |