Consistent background color
This commit is contained in:
parent
47b7980f24
commit
f49c2411a8
@ -1,6 +1,10 @@
|
||||
body {
|
||||
background-color: linen;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font: 24pt sans-serif;
|
||||
font-variant: small-caps;
|
||||
font-family: Helvetica, sans-serif;
|
||||
font-size: 32px;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,10 @@
|
||||
-fx-font-smoothing-type: gray;
|
||||
}
|
||||
|
||||
#content {
|
||||
-fx-background-color: linen;
|
||||
}
|
||||
|
||||
.header {
|
||||
-fx-background-color: steelblue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user