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