Skip to content

Commit 3b74cc8

Browse files
Adjust raw runtime bg color
1 parent 37577be commit 3b74cc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}
9090

9191
.dark {
92-
--background-raw: hsl(var(--runtime-1050-hsl));
92+
--background-raw: hsl(149deg, 100%, 1%);
9393
--background-primary: var(--runtime-1050-hsl);
9494
--background-secondary: var(--runtime-1000-hsl);
9595
--background-tertiary: var(--runtime-950-hsl);
@@ -440,7 +440,8 @@ body {
440440
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgb(22 163 74)" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18v-5.25m0 0a6.01 6.01 0 0 0 1.5-.189m-1.5.189a6.01 6.01 0 0 1-1.5-.189m3.75 7.478a12.06 12.06 0 0 1-4.5 0m3.75 2.383a14.406 14.406 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18" /></svg>');
441441
}
442442

443-
.markdown-body .module-info {}
443+
.markdown-body .module-info {
444+
}
444445

445446
.markdown-body .module-info svg {
446447
@apply inline-block w-6 h-6 !important;

0 commit comments

Comments
 (0)