Fix error and remove old styles

This commit is contained in:
Carlos Fernandez 2026-04-24 15:59:43 -04:00
parent 2b5b01a3a7
commit 186ce446ea
5 changed files with 4 additions and 140 deletions

View file

@ -7,7 +7,7 @@
a.roll-button {
&:hover {
text-shadow: none;
filter: drop-shadow(0 0 3px var(--golden-90));
filter: drop-shadow(0 0 3px @golden-90);
}
}
@ -215,10 +215,10 @@
margin-top: 8px;
&.empty {
color: light-dark(@dark-blue-80, @beige-80);
color: light-dark(@dark-blue-90, @beige-80);
border-radius: 3px;
justify-content: center;
border: 1px dashed light-dark(@dark-blue-80, @beige-80);
border: 1px dashed light-dark(@dark-blue-90, @beige-80);
text-align: center;
height: 3.25rem;
font-family: @font-body;