Skip to content

Commit

Permalink
fixed themeing on dark screens
Browse files Browse the repository at this point in the history
  • Loading branch information
katsaii committed Sep 12, 2024
1 parent 7142079 commit 364e4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@

.code {
padding : 0.75rem;
background-color : rgb(249, 243, 241);
outline : rgb(49, 49, 49, 27%) solid 1px;
background-color : var(--c-bg-dark); /*rgb(249, 243, 241)*/
outline : var(--c-fg-light) solid 1px;
border-radius : 10px;
font-family : var(--f-mono) !important;
white-space : pre;
Expand Down

0 comments on commit 364e4c2

Please sign in to comment.