aic-cli
Version:
38 lines (33 loc) • 388 B
CSS
@import './base.css';
a,
.green {
text-decoration: none;
color: hsla(160, 100%, 37%, 1);
transition: 0.4s;
padding: 3px;
}
@media (hover: hover) {
a:hover {
background-color: hsla(160, 100%, 37%, 0.2);
}
}
html,
body,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
padding: 0;
margin: 0;
}
body {
display: flex;
min-width: 1100px;
min-height: 100vh;
}
#app {
width: 100%;
}