Skip to content

Commit 18c73eb

Browse files
committed
what if jython jorked a little
1 parent 456f980 commit 18c73eb

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
--color-foreground-faint: #888;
99
--color-border: #ccc;
1010
--color-shadow: #e0e0e0;
11+
--color-shadow-strong: #0004;
1112
}
1213

1314
:root.dark {
@@ -20,6 +21,7 @@
2021
--color-foreground-faint: #888;
2122
--color-border: #383838;
2223
--color-shadow: transparent;
24+
--color-shadow-strong: #000a;
2325
}
2426

2527
html {
@@ -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 2px 5px var(--color-shadow);
165+
box-shadow: 0 3px 6px 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 {

0 commit comments

Comments
 (0)