Created
February 4, 2021 09:47
-
-
Save wpmu-authors/37ff2300b70c0307656973c9d0074638 to your computer and use it in GitHub Desktop.
style1.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
/* list of network sites */ | |
ul.subsites { | |
list-style-type: none; | |
background: #3394bf; | |
overflow: auto; | |
} | |
ul.subsites a { | |
float: left; | |
margin: 0.5em; | |
color: #fff; | |
} | |
ul.subsites a:hover, | |
ul.subsites a:active { | |
text-decoration: none; | |
color: #183c5b; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment