Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 83c5524

Browse files
committed
docs: fix blue
1 parent 7c0fba1 commit 83c5524

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/docs/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
--black: rgba(0, 0, 0, 1);
8585
--white: rgba(255, 255, 255, 1);
8686
--code-color: black;
87-
--code-background: rgb(242, 245, 255);
87+
--code-background: #e1f2fc;
8888
--gray-100: rgba(0, 0, 0, 0.1);
8989
--gray-200: rgba(0, 0, 0, 0.2);
9090
--gray-300: rgba(0, 0, 0, 0.3);

packages/docs/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ html(data-pdm="light dark blue" lang="en")
1414
link(rel="preload" as="font" href="montserrat-latin-400-normal.woff2" type="font/woff2" crossorigin="anonymous")
1515
link(rel="preload" as="font" href="montserrat-latin-700-normal.woff2" type="font/woff2" crossorigin="anonymous")
1616

17-
link(class="codestyle light" rel="stylesheet" href="/syntax/prism-base16-ateliersulphurpool.light.css" media="(prefers-color-scheme: light)")
17+
link(class="codestyle light blue" rel="stylesheet" href="/syntax/prism-base16-ateliersulphurpool.light.css" media="(prefers-color-scheme: light)")
1818
link(class="codestyle dark" rel="stylesheet" href="/syntax/prism-nord.css" media="(prefers-color-scheme: dark)")
1919

2020
style

0 commit comments

Comments
 (0)