mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
theme: adjust code font-size for printing #93
This commit is contained in:
parent
3471aefa88
commit
c879bc9db1
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ html,
|
||||||
body #body{
|
body #body{
|
||||||
font-size: 8.9pt;
|
font-size: 8.9pt;
|
||||||
}
|
}
|
||||||
|
pre code {
|
||||||
|
font-size: 8.3pt;
|
||||||
|
}
|
||||||
code.copy-to-clipboard-inline {
|
code.copy-to-clipboard-inline {
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
border-top-right-radius: 2px;
|
border-top-right-radius: 2px;
|
||||||
|
|
Loading…
Reference in a new issue