mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-02-25 22:36:53 +01:00
Fix: code tags styling
This commit is contained in:
parent
ad415e206a
commit
cda783d489
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ blockquote {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code:not(pre.chroma>code) {
|
||||||
font-size: .875em;
|
font-size: .875em;
|
||||||
color: #d63384;
|
color: #d63384;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
@ -144,7 +144,6 @@ code {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border: #14171c 2px solid;
|
border: #14171c 2px solid;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
font-size: 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
@ -160,6 +159,7 @@ table, tr:nth-of-type(odd) {
|
||||||
table, td {
|
table, td {
|
||||||
border-width: 0 1px 0 1px;
|
border-width: 0 1px 0 1px;
|
||||||
border-style: dashed;
|
border-style: dashed;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table, th {
|
table, th {
|
||||||
|
|
Loading…
Add table
Reference in a new issue