mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-12-01 16:12:39 +03:00
set font-size 1rem to align with theme; disabled font-style italic for comments to align with theme
This commit is contained in:
parent
13aa8e777e
commit
89f88607cc
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ body .gist .pl-stj /* storage.type.java */
|
|||
{
|
||||
color: #f8f8f2;
|
||||
border: none;
|
||||
font-size: larger;
|
||||
font-size: 1rem;
|
||||
font-family: 'Fira Code', Monaco, Consolas, Ubuntu Mono, monospace;
|
||||
}
|
||||
|
||||
|
@ -60,7 +60,7 @@ body .gist .pl-c span,
|
|||
body .gist .pl-pdc /* punctuation.definition.comment */
|
||||
{
|
||||
color: hsla(0, 0%, 100%, .3);
|
||||
font-style: italic;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
body .gist .pl-cce /* constant.character.escape */,
|
||||
|
|
Loading…
Reference in a new issue