Begin working on HUD interactivity

This commit is contained in:
Oliver-Akins 2025-03-01 00:44:49 -07:00
parent c9ed4142e6
commit 507913139f
5 changed files with 65 additions and 19 deletions

View file

@ -3,6 +3,8 @@
outline: none;
border: none;
padding: 2px 4px;
font-family: inherit;
font-size: inherit;
background: var(--button-background);
color: var(--button-text);
@ -23,4 +25,10 @@
width: 20px;
height: 20px;
}
&.transparent {
background: inherit;
color: inherit;
padding: 0;
}
}