mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
parent
b0e4cce065
commit
d0d33660ba
1 changed files with 3 additions and 3 deletions
|
@ -26,12 +26,12 @@ MatrixText {
|
|||
border-width: 1px;
|
||||
border-collapse: collapse;
|
||||
border-style: solid;
|
||||
border-color: " + Nheko.colors.text + ";
|
||||
background-color: " + Nheko.colors.alternateBase + ";
|
||||
}
|
||||
table th,
|
||||
table td {
|
||||
bgcolor: " + Nheko.colors.alternateBase + ";
|
||||
border-collapse: collapse;
|
||||
border: 1px solid " + Nheko.colors.text + ";
|
||||
padding: " + Math.ceil(fontMetrics.lineSpacing/2) + "px;
|
||||
}
|
||||
blockquote { margin-left: 1em; }
|
||||
" + (!Settings.mobileMode ? "span[data-mx-spoiler] {
|
||||
|
|
Loading…
Reference in a new issue