summaryrefslogtreecommitdiffstats
path: root/assets/css/style.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-15 20:28:42 +0200
committerVolpeon <git@volpeon.ink>2021-05-15 20:28:42 +0200
commitec81f70b5983054b0e0fa46a75c639c665b1550b (patch)
tree9e4986ac78f26afab24cb3f4b2067b2b1c846664 /assets/css/style.scss
parentAdded light theme (diff)
downloadvolpeon.ink-ec81f70b5983054b0e0fa46a75c639c665b1550b.tar.gz
volpeon.ink-ec81f70b5983054b0e0fa46a75c639c665b1550b.tar.bz2
volpeon.ink-ec81f70b5983054b0e0fa46a75c639c665b1550b.zip
Fix overlapping box-shadows in card grid, load theme from localStorage
Diffstat (limited to 'assets/css/style.scss')
-rw-r--r--assets/css/style.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/css/style.scss b/assets/css/style.scss
index 5ba15b8..3d9dde1 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -12,8 +12,6 @@
12@import 'layouts/container'; 12@import 'layouts/container';
13@import 'layouts/section'; 13@import 'layouts/section';
14@import 'layouts/landing'; 14@import 'layouts/landing';
15@import 'layouts/card-grid';
16@import 'layouts/project-grid';
17 15
18@import 'objects/icon'; 16@import 'objects/icon';
19 17
@@ -25,6 +23,9 @@
25@import 'components/project'; 23@import 'components/project';
26@import 'components/post-list'; 24@import 'components/post-list';
27 25
26@import 'layouts/card-grid';
27@import 'layouts/project-grid';
28
28@import 'scopes/colored-links'; 29@import 'scopes/colored-links';
29@import 'scopes/headlines'; 30@import 'scopes/headlines';
30@import 'scopes/body'; 31@import 'scopes/body';