fvtt-never-stop-blowing-up/scss/global/_window.scss

12 lines
169 B
SCSS
Raw Normal View History

2024-09-22 16:28:59 +02:00
.window-app {
font-family: $font-primary;
}
.rollable {
&:hover,
&:focus {
color: #000;
text-shadow: 0 0 10px rgb(146, 0, 225);
cursor: pointer;
}
}