summaryrefslogtreecommitdiffstats
path: root/assets/css/_vars.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/_vars.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/_vars.scss')
-rw-r--r--assets/css/_vars.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/assets/css/_vars.scss b/assets/css/_vars.scss
index 388db0e..bbe02e5 100644
--- a/assets/css/_vars.scss
+++ b/assets/css/_vars.scss
@@ -53,7 +53,8 @@ $content--width: 42rem;
53 --fg: $gray6, // Text 53 --fg: $gray6, // Text
54 --fg-lo: $gray7, // Strong text 54 --fg-lo: $gray7, // Strong text
55 55
56 --obj-shadow: transparent, 56 --obj-shadow: transparent,
57 --obj-shadow-filter: transparent,
57 58
58 --accent: ( 59 --accent: (
59 --h: 354, 60 --h: 354,
@@ -83,7 +84,7 @@ $content--width: 42rem;
83 84
84@include iro-execute { 85@include iro-execute {
85 $gray0: hsl(220, 7%, 100%); 86 $gray0: hsl(220, 7%, 100%);
86 $gray1: hsl(220, 7%, 97%); 87 $gray1: hsl(220, 7%, 96%);
87 $gray2: hsl(220, 7%, 88%); 88 $gray2: hsl(220, 7%, 88%);
88 $gray3: hsl(220, 7%, 83%); 89 $gray3: hsl(220, 7%, 83%);
89 $gray4: hsl(220, 7%, 68%); 90 $gray4: hsl(220, 7%, 68%);
@@ -104,7 +105,8 @@ $content--width: 42rem;
104 --fg: $gray6, // Text 105 --fg: $gray6, // Text
105 --fg-lo: $gray7, // Strong text 106 --fg-lo: $gray7, // Strong text
106 107
107 --obj-shadow: rgba(#000, .05), 108 --obj-shadow: rgba(#000, .05),
109 --obj-shadow-filter: rgba(#000, .04),
108 110
109 --accent: ( 111 --accent: (
110 --h: 354, 112 --h: 354,
@@ -120,7 +122,7 @@ $content--width: 42rem;
120 122
121 --link: ( 123 --link: (
122 --colored: ( 124 --colored: (
123 --idle: hsl(210, 80%, 45%), //hsl(var(--colors--accent--h), 100%, 66%), // 125 --idle: hsl(210, 80%, 43%), //hsl(var(--colors--accent--h), 100%, 66%), //
124 --visited: hsl(270, 40%, 45%), //hsl(var(--colors--accent--h), 50%, 66%), // 126 --visited: hsl(270, 40%, 45%), //hsl(var(--colors--accent--h), 50%, 66%), //
125 ) 127 )
126 ), 128 ),