v3.13.0-dev.1

This commit is contained in:
Shnimlz
2025-11-24 16:16:01 -06:00
parent 5d1b2b2f53
commit a5fbc573d0
503 changed files with 111351 additions and 104656 deletions

View File

@@ -1,29 +1,29 @@
@import './base.css';
#app {
width: 100%;
margin: 0;
padding: 0;
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);
}
}
@media (min-width: 1024px) {
body {
display: flex;
place-items: center;
}
}
@import './base.css';
#app {
width: 100%;
margin: 0;
padding: 0;
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);
}
}
@media (min-width: 1024px) {
body {
display: flex;
place-items: center;
}
}