Skip to content

Commit b467356

Browse files
Merge pull request #152 from phel-lang/update-colours
Change bg and link colors in dark mode
2 parents b7634b2 + 4cf3f50 commit b467356

File tree

10 files changed

+149
-156
lines changed

10 files changed

+149
-156
lines changed

css/base.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,6 @@
234234
height: 0.5em;
235235
background: var(--color-light-link);
236236
border-radius: 50%;
237-
transition: transform var(--duration-fast) var(--ease-bounce);
238-
}
239-
240-
ul li:hover::before {
241-
transform: scale(1.3);
242237
}
243238

244239
ul ol,
@@ -295,7 +290,7 @@
295290
blockquote::before {
296291
content: '"';
297292
position: absolute;
298-
left: var(--space-md);
293+
left: 1.7rem;
299294
top: 50%;
300295
transform: translateY(-50%);
301296
font-size: 2.5em;

0 commit comments

Comments
 (0)