create-chrome-ext
Version:
Scaffolding your chrome extension, multiple boilerplates supported!
32 lines (27 loc) • 402 B
CSS
@media (prefers-color-scheme: light) {
a:hover {
color: #61dafb;
}
}
body {
min-width: 20rem;
}
main {
text-align: center;
padding: 1em;
margin: 0 auto;
}
h3 {
color: #61dafb;
text-transform: uppercase;
font-size: 1.5rem;
font-weight: 200;
line-height: 1.2rem;
margin: 2rem auto;
}
a {
font-size: 0.5rem;
margin: 0.5rem;
color: #cccccc;
text-decoration: none;
}