mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2025-03-15 02:39:06 +03:00
set gist border radius to zero to align with terminal theme
This commit is contained in:
parent
43a93652dd
commit
5f2dbe44e3
1 changed files with 9 additions and 1 deletions
|
@ -1,12 +1,20 @@
|
|||
body .gist .gist-file {
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
body .gist .gist-data {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
body .gist .gist-meta {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
body .gist .highlight {
|
||||
background: var(--background);
|
||||
}
|
||||
|
||||
|
||||
body .gist .blob-num,
|
||||
body .gist .blob-code-inner,
|
||||
body .gist .pl-s2 /* punctuation.section.embedded source */,
|
||||
|
|
Loading…
Add table
Reference in a new issue