CSS journal fix

This commit is contained in:
2023-04-07 16:56:37 +02:00
parent c6ec1b74a2
commit 9d3ef8cbeb
2 changed files with 10 additions and 5 deletions

View File

@@ -78,9 +78,7 @@
.window-app input, .fvtt-les-heritiers .item-form, .sheet header.sheet-header .flex-group-center.flex-compteurs, .sheet header.sheet-header .flex-group-center.flex-fatigue, select, button, .item-checkbox, #sidebar, #players, #navigation #nav-toggle {
font-size: 0.8rem;
}
.fvtt-les-heritiers .sheet-header select option {
/*background-color: rgb(68, 25, 25);*/
}
.fvtt-les-heritiers .sheet-header input, .fvtt-les-heritiers .sheet-header select {
color: rgb(41, 38, 38);
}
@@ -88,6 +86,13 @@
background: rgba(0,0,0,0.75);
}
.page-heading {
color: #151c1f;
}
.heading-link {
color: #151c1f;
}
.window-app.sheet .window-content {
margin: 0;
padding: 0;