Set table th background-color with gaia theme. #470
Replies: 2 comments
-
It seems that the scoped style as following works
.That means I should put |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm a newbie for css. And I just found that exchange position of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use default theme through
@import "default";
, I could set table head background with. The output looks like this
.
In order to utilize the left-top feature of gaia theme, I change
@import "default";
to@import "gaia";
. And I also setto change general text color to black and change general background to white. But this time the table head background change to black like this
. I looked at the code about the gaia.css. The background of th is linked to -color-foreground which is the text color. And the above setting on white color of table head background doesn't work.
My question is, could I set th background to white while remaining text color black using gaia theme?
Beta Was this translation helpful? Give feedback.
All reactions