Last active
October 7, 2020 12:28
-
-
Save HerbCaudill/ec1da8e473dd1b4bb40480531a75f6f2 to your computer and use it in GitHub Desktop.
css-article-1.css
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
.tabstrip__tab { | |
... | |
background: 'lightBlue'; | |
} | |
.tabstrip__tab--active { | |
... | |
background: 'darkBlue'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment