Skip to content

Commit

Permalink
[samples] minor css update
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Oct 13, 2023
1 parent 5367f47 commit bf75d56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions samples/docs/res/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,13 @@ code {

pre {
position: relative;
color: var(--pre-color);
background-color: var(--pre-bg-color);
padding: 1em;
font-size: 0.9rem;
max-width: 100%;
overflow: auto;
color: var(--pre-color);
background-color: var(--pre-bg-color);
scrollbar-color: var(--orange) var(--dark);
}

code, pre, kbd {
Expand Down

0 comments on commit bf75d56

Please sign in to comment.