Skip to content

Commit

Permalink
(ffs amend pt 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunomiac committed Nov 12, 2023
1 parent 47fb908 commit 8ac5861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/style.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -15258,11 +15258,11 @@ template {
filter: brightness(1.5) drop-shadow(0 0 4px black);
}
:root body.vtt.game.system-eunos-blades .app.window-app.sheet.dialog .window-content .consequence-section .roll-consequence-row .roll-consequence-entry-row .roll-consequence-type-select {
font-family: Oswald, sans-serif;
font-family: Oswald, serif;
flex-basis: 150px;
}
:root body.vtt.game.system-eunos-blades .app.window-app.sheet.dialog .window-content .consequence-section .roll-consequence-row .roll-consequence-entry-row .roll-consequence-attribute-select {
font-family: Oswald, sans-serif;
font-family: Oswald, serif;
flex-basis: 95px;
}
:root body.vtt.game.system-eunos-blades .app.window-app.sheet.dialog .window-content .consequence-section .roll-consequence-row .roll-consequence-entry-row .consequence-name {
Expand Down
4 changes: 2 additions & 2 deletions scss/dialog/_dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@
filter: brightness(1.5) drop-shadow(0 0 4px black);
}
.roll-consequence-type-select {
font-family: Oswald, sans-serif;
font-family: Oswald, serif;
flex-basis: 150px;

}
.roll-consequence-attribute-select {
font-family: Oswald, sans-serif;
font-family: Oswald, serif;
flex-basis: 95px;
}
.consequence-name {
Expand Down

0 comments on commit 8ac5861

Please sign in to comment.