@haxtheweb/haxcms-nodejs
Version:
HAXcms single and multisite nodejs server, api, and administration
25 lines • 394 B
CSS
ul {
margin: 0;
padding: 0;
list-style: none;
}
li {
margin: 0;
padding: 0;
}
a {
font-size: 22px;
line-height: 34px;
text-decoration: none;
color: black;
padding: 8px;
display: block;
transition: .1s ease-in-out all;
}
a:hover,
a:focus,
a:active {
color: black;
background-color: orange;
outline: 2px solid black;
}