Define table head color in scss
This commit is contained in:
parent
e95b01b031
commit
ebc3582688
@ -956,4 +956,7 @@ body {
|
|||||||
#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
|
#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
|
||||||
background: #302136; }
|
background: #302136; }
|
||||||
|
|
||||||
|
thead {
|
||||||
|
color: #111111; }
|
||||||
|
|
||||||
/*# sourceMappingURL=theme.css.map */
|
/*# sourceMappingURL=theme.css.map */
|
||||||
|
File diff suppressed because one or more lines are too long
@ -161,6 +161,6 @@ blockquote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* table headings */
|
/* table headings */
|
||||||
thead {
|
/*thead {
|
||||||
color: #111111;
|
color: #111111;
|
||||||
}
|
}*/
|
||||||
|
@ -23,3 +23,6 @@
|
|||||||
|
|
||||||
// Nav
|
// Nav
|
||||||
@import "theme/nav";
|
@import "theme/nav";
|
||||||
|
|
||||||
|
// Tables
|
||||||
|
@import "theme/tables";
|
||||||
|
3
themes/custom-learn2-dark/scss/theme/_tables.scss
Normal file
3
themes/custom-learn2-dark/scss/theme/_tables.scss
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
thead {
|
||||||
|
color: #111111;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user