Created
January 22, 2021 16:41
-
-
Save wwalker/0ebb5543de075314cd78cafbef60b634 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.tab-background[selected="true"] { | |
background-color: red; /* this sets the color of the tab background */ | |
} | |
.tab-line[selected="true"] { | |
background-color : red; /* this sets the color of the line above the tab */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment