changed markdown table style

This commit is contained in:
KosM 2019-08-31 01:50:48 +03:00
parent d1a2deec48
commit f6a9646ff2
2 changed files with 7 additions and 3 deletions

View File

@ -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 */

View File

@ -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 {