fix error

This commit is contained in:
Kaz Saita(raspi5) 2024-04-28 16:43:09 +09:00
parent 7e793bf463
commit c263e97dd1

View file

@ -101,11 +101,7 @@ pre {
font-family: $pre-font-family !important;
}
code {
font-size: 0.8rem !important;
font-family: $pre-font-family !important;
line-height: 1rem !important;
}
a.internal {
background-color: transparent !important;
@ -141,3 +137,9 @@ a.tag-link {
margin-left: 3rem !important;
white-space: nowrap;
}
code {
font-size: 1rem !important;
font-family: $pre-font-family !important;
line-height: 1rem !important;
}