Skip to content

Commit

Permalink
Revamp color scheme for code and pre elements
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmecano committed Mar 16, 2022
1 parent 9e1b65c commit 0d9d909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/hereditor-outline.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
}
code, pre {
font-size: 14px;
border: 1px solid rgb(var(--tint-whisper));
border-radius: 5px;
background-color: rgb(var(--tint-lavender));
background-color: rgb(var(--tint-fore));
color: rgb(var(--tint-back));
}
code {
padding: 1px 5px;
Expand Down
2 changes: 0 additions & 2 deletions css/hereditor-palette.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
:root {
/* Converted palette */
--tint-lavender: 238, 238, 255; /* circa Lavender */
--tint-whisper: 232, 232, 232; /* circa Whisper */
--tint-fern: 87, 173, 104; /* circa Fern */
}

0 comments on commit 0d9d909

Please sign in to comment.