File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 --color-foreground-faint : # 888 ;
99 --color-border : # ccc ;
1010 --color-shadow : # e0e0e0 ;
11+ --color-shadow-strong : # 0004 ;
1112}
1213
1314: root .dark {
2021 --color-foreground-faint : # 888 ;
2122 --color-border : # 383838 ;
2223 --color-shadow : transparent;
24+ --color-shadow-strong : # 000a ;
2325}
2426
2527html {
@@ -160,7 +162,7 @@ main {
160162 background : var (--color-background-1 );
161163 border : 1px solid var (--color-border );
162164 border-radius : 6px ;
163- box-shadow : 0 2 px 5 px var (--color-shadow );
165+ box-shadow : 0 3 px 6 px var (--color-shadow );
164166}
165167
166168.entry-hint {
@@ -225,8 +227,9 @@ main {
225227 display : block;
226228 position : fixed;
227229 top : 15px ;
228- left : 15px ;
229- right : 15px ;
230+ left : 25px ;
231+ right : 25px ;
232+ box-shadow : 0 2px 8px var (--color-shadow-strong );
230233 }
231234
232235 # search-input {
You can’t perform that action at this time.
0 commit comments