You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/css/elements/base.css
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,3 +111,9 @@
111
111
z-index:var(--z-index-above);
112
112
}
113
113
}
114
+
115
+
code {
116
+
/* 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);
0 commit comments