Skip to content

Commit

Permalink
Scalable font size in code highlighter
Browse files Browse the repository at this point in the history
  • Loading branch information
quadroid committed Jan 15, 2022
1 parent eee92bf commit d641d15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kb/css/sh.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.dp-highlighter
{
font-family: Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
font-size: 12px;
font-size: .95em;
background-color: #efeee8;
width: 100%;
overflow: auto;
Expand Down Expand Up @@ -110,7 +110,7 @@
.dp-highlighter .tools
{
padding: 3px 8px 3px 10px;
font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
font-family: Verdana, Helvetica, 'Helvetica Neue', Arial, sans-serif;
color: silver;
background-color: #f8f8f8;
padding-bottom: 10px;
Expand All @@ -126,7 +126,7 @@
}
.dp-highlighter .tools a
{
font-size: 9px;
font-size: 80%;
color: #a0a0a0;
background-color: inherit;
text-decoration: none;
Expand Down

0 comments on commit d641d15

Please sign in to comment.