Skip to content

Commit 3b79986

Browse files
committed
Minor tweak to UI accent color for code comments to make them more legible
1 parent 1e7ebce commit 3b79986

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/css/elements/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@
114114

115115
code {
116116
/* Take the UI accent for code color/background. Use relative colors to 1) Make sure the text color is not too bright and 2) Create a light background */
117-
color: hsl(from var(--theme-color-ui-accent) h l 20);
118-
background: hsl(from var(--theme-color-ui-accent) h s l / 0.08);
117+
color: hsl(from var(--theme-color-ui-accent) h l 18);
118+
background: hsl(from var(--theme-color-ui-accent) h s l / 0.085);
119119
}

0 commit comments

Comments
 (0)