changed markdown table style
This commit is contained in:
parent
d1a2deec48
commit
f6a9646ff2
@ -113,6 +113,8 @@ footer {
|
|||||||
.markdown:not(code) table th,
|
.markdown:not(code) table th,
|
||||||
.markdown:not(code) table td {
|
.markdown:not(code) table td {
|
||||||
border: 0px solid #197474 !important;
|
border: 0px solid #197474 !important;
|
||||||
|
background-color: #080705;
|
||||||
|
color: #197474;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown:not(code) span.frame > span {
|
.markdown:not(code) span.frame > span {
|
||||||
@ -928,4 +930,4 @@ footer {
|
|||||||
border-top: 1px solid #080705;
|
border-top: 1px solid #080705;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*# sourceMappingURL=light.css.map */
|
/*# sourceMappingURL=dark_theme.css.map */
|
||||||
|
@ -140,6 +140,8 @@ footer {
|
|||||||
.markdown:not(code) table th,
|
.markdown:not(code) table th,
|
||||||
.markdown:not(code) table td {
|
.markdown:not(code) table td {
|
||||||
border: 0px solid $accentBase !important;
|
border: 0px solid $accentBase !important;
|
||||||
|
background-color: $codeBg;
|
||||||
|
color:$accentBase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown:not(code) span.frame>span {
|
.markdown:not(code) span.frame>span {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user