attempt at better colors
All checks were successful
/ Build and deploy website (push) Successful in 4m31s
All checks were successful
/ Build and deploy website (push) Successful in 4m31s
This commit is contained in:
parent
b9c3974070
commit
3e2af3b038
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
|||
--main-bg-color: oklch(1% 0 0);
|
||||
--main-bg-contrast-color: oklch(40% 0 0);
|
||||
--main-text-color: oklch(92% 0 none);
|
||||
--main-accent-color: #f9c827;
|
||||
--secondary-accent-color: #ff925f;
|
||||
--main-accent-color: oklch(85.23% 0.1662 89.73);
|
||||
--secondary-accent-color: oklch(64.41% 0.1673 44.98);
|
||||
|
||||
/* Tell browser that we support dark and light mode.
|
||||
Allows browser to change UI elements to match the color scheme.
|
||||
|
@ -341,7 +341,7 @@ footer {
|
|||
margin-top: 0.2em;
|
||||
|
||||
em {
|
||||
background-color: var(--main-accent-color);
|
||||
background-color: var(--secondary-accent-color);
|
||||
padding: 0 0.25em;
|
||||
margin-right: 0.2em;
|
||||
font-style: normal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue