Consistent background color

This commit is contained in:
Charles Gould 2020-05-20 01:43:59 -05:00
parent 47b7980f24
commit f49c2411a8
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,10 @@
body {
background-color: linen;
}
h1 { h1 {
font: 24pt sans-serif; font-family: Helvetica, sans-serif;
font-variant: small-caps; font-size: 32px;
text-align: center text-align: center
} }

View File

@ -7,6 +7,10 @@
-fx-font-smoothing-type: gray; -fx-font-smoothing-type: gray;
} }
#content {
-fx-background-color: linen;
}
.header { .header {
-fx-background-color: steelblue; -fx-background-color: steelblue;
} }