changed markdown table style
This commit is contained in:
parent
d1a2deec48
commit
f6a9646ff2
2 changed files with 7 additions and 3 deletions
|
@ -113,6 +113,8 @@ footer {
|
|||
.markdown:not(code) table th,
|
||||
.markdown:not(code) table td {
|
||||
border: 0px solid #197474 !important;
|
||||
background-color: #080705;
|
||||
color: #197474;
|
||||
}
|
||||
|
||||
.markdown:not(code) span.frame > span {
|
||||
|
@ -928,4 +930,4 @@ footer {
|
|||
border-top: 1px solid #080705;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=light.css.map */
|
||||
/*# sourceMappingURL=dark_theme.css.map */
|
||||
|
|
|
@ -12,7 +12,7 @@ $btnShadow : #c8c183;
|
|||
$userCardShadow : #151124;
|
||||
$RepoFilesBg : #0a294878;
|
||||
$codeBg : #080705;
|
||||
$codeColor : #9ebdb1;
|
||||
$codeColor : #9ebdb1;
|
||||
$codeSelected : #001;
|
||||
$codeColorSelected : #8f1;
|
||||
$codeDifOld : #6f3a3a;
|
||||
|
@ -20,7 +20,7 @@ $privRepoBg : #f9f8f8;
|
|||
/**** Syntax Highlighting ****/
|
||||
|
||||
$comment : #a2a2a26e;
|
||||
$selector : #0086b3;
|
||||
$selector : #0086b3;
|
||||
|
||||
$doctag : #90a959;
|
||||
$attribute : #1c7100;
|
||||
|
@ -140,6 +140,8 @@ footer {
|
|||
.markdown:not(code) table th,
|
||||
.markdown:not(code) table td {
|
||||
border: 0px solid $accentBase !important;
|
||||
background-color: $codeBg;
|
||||
color:$accentBase;
|
||||
}
|
||||
|
||||
.markdown:not(code) span.frame>span {
|
||||
|
|
Loading…
Reference in a new issue