Add new color: --code-background

This commit is contained in:
Aditya Thakral 2021-08-24 11:50:48 -04:00
parent 12e9c8e242
commit a81027a4c4
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,8 @@ export const PALETTE_NAMES = [
"--input-placeholder-text",
"--input-text",
"--code-background",
"--navbar-page-overlay",
] as const;

View File

@ -26,6 +26,8 @@ body {
--input-placeholder-text: #bbbbbb;
--input-text: #6b6b6b;
--code-background: #f0f0f0;
--navbar-page-overlay: #787878b2;
background-color: var(--primary-background);