Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created March 26, 2020 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BetterProgramming/6df7c1e60df3d268b8e27a583a3a8880 to your computer and use it in GitHub Desktop.
Save BetterProgramming/6df7c1e60df3d268b8e27a583a3a8880 to your computer and use it in GitHub Desktop.
.content {
background-color: $content-background-color;
ul {
list-style: none;
}
li {
float: left;
a {
&:link, &:visited {
color: #4e4f48;
font-size: 16px;
text-decoration: none;
padding: 10px;
}
&:hover {
color: #fff;
background: lighten(#4e4f48, 10%);
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment