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 */
|
||||||
|
@ -12,7 +12,7 @@ $btnShadow : #c8c183;
|
|||||||
$userCardShadow : #151124;
|
$userCardShadow : #151124;
|
||||||
$RepoFilesBg : #0a294878;
|
$RepoFilesBg : #0a294878;
|
||||||
$codeBg : #080705;
|
$codeBg : #080705;
|
||||||
$codeColor : #9ebdb1;
|
$codeColor : #9ebdb1;
|
||||||
$codeSelected : #001;
|
$codeSelected : #001;
|
||||||
$codeColorSelected : #8f1;
|
$codeColorSelected : #8f1;
|
||||||
$codeDifOld : #6f3a3a;
|
$codeDifOld : #6f3a3a;
|
||||||
@ -20,7 +20,7 @@ $privRepoBg : #f9f8f8;
|
|||||||
/**** Syntax Highlighting ****/
|
/**** Syntax Highlighting ****/
|
||||||
|
|
||||||
$comment : #a2a2a26e;
|
$comment : #a2a2a26e;
|
||||||
$selector : #0086b3;
|
$selector : #0086b3;
|
||||||
|
|
||||||
$doctag : #90a959;
|
$doctag : #90a959;
|
||||||
$attribute : #1c7100;
|
$attribute : #1c7100;
|
||||||
@ -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