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

15 lines
265 B
SCSS
Raw Permalink Normal View History

2024-09-22 16:28:59 +02:00
// _base.scss
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.window-app {
font-family: $font-stack;
}
.rollable {
&:hover,
&:focus {
color: #000;
text-shadow: $hover-text-shadow;
cursor: pointer;
}
}