Consistent background color
This commit is contained in:
parent
47b7980f24
commit
f49c2411a8
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user