build rework

This commit is contained in:
Robin Appelman 2023-04-09 16:32:30 +02:00
commit dc80d715a6
18 changed files with 1681 additions and 115 deletions

View file

@ -16,6 +16,11 @@
color: var(--text-primary);
background-color: #E6E6E6;
text-decoration: none;
&[disabled] {
opacity: 0.5;
cursor: not-allowed;
}
}
.button:hover {