eorzea-songbook/static/motifbuttonpressed.css

9 lines
171 B
CSS

.nav-button.motif{
background-color: var(--pressed);
border-style: inset;
}
.nav-text.motif{
color: var(--pressed-text);
text-shadow: 1px 1px 2px black;
}