Files
KnockOutWhist-Frontend/src/assets/main.css
lq64 3efacde49d feat(ui): Vue Create Game component (#5)
Added a create Game vue template without logic

Co-authored-by: LQ63 <lkhermann@web.de>
Reviewed-on: #5
2025-12-10 00:27:08 +01:00

23 lines
313 B
CSS

@import './base.css';
#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
font-weight: normal;
}
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);
}
}