Update some styles

This commit is contained in:
Oliver-Akins 2024-01-07 00:55:25 -07:00
parent c273111004
commit 1712230779
5 changed files with 75 additions and 14 deletions

View file

@ -48,19 +48,33 @@
cursor: default;
}
}
.debug-data {
opacity: 60%;
font-family: $body-font;
}
}
// Styling that doesn't belong to any particular part of my sheet
.dotdungeon {
.dotdungeon.dotdungeon.dotdungeon.dotdungeon {
container-type: size;
> .window-content {
padding: 0;
background: $background;
.debug-data {
opacity: 60%;
font-family: $body-font;
}
button {
border-radius: 4px;
&.primary {
background: $colour-primary;
color: $text-on-primary;
padding: 5px 7px;
&:hover {
background: $colour-primary-d20;
color: $text-on-primary-d20;
}
}
}
}
}