Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 4, 2021 09:47
Show Gist options
  • Save wpmu-authors/37ff2300b70c0307656973c9d0074638 to your computer and use it in GitHub Desktop.
Save wpmu-authors/37ff2300b70c0307656973c9d0074638 to your computer and use it in GitHub Desktop.
style1.css
/* 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