Improve legibility once more
This commit is contained in:
parent
cc1fe52591
commit
e4958b6520
2 changed files with 5 additions and 1 deletions
|
@ -99,6 +99,10 @@
|
|||
<li><code>--background-color</code> - The page color.</li>
|
||||
<li><code>--color</code> - The foreground color of the page.</li>
|
||||
<li><code>--accent-color</code> - The accent color of the page.</li>
|
||||
<li>
|
||||
<code>--accent-color-bg</code> - The background-adjacent accent
|
||||
color of the page.
|
||||
</li>
|
||||
<li>
|
||||
<code>--accent-color-fg</code> - The foreground accent color of the
|
||||
page.
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
/* The foreground color of the page. */
|
||||
--color: hsl(var(--base-color), 85%);
|
||||
/* The accent color of the page. */
|
||||
--accent-color: hsl(var(--base-color), 50%);
|
||||
--accent-color: hsl(var(--base-color), 40%);
|
||||
/* The background-adjacent accent color of the page. */
|
||||
--accent-color-bg: hsl(var(--base-color), 50%);
|
||||
/* The foreground accent color of the page. */
|
||||
|
|
Loading…
Reference in a new issue