diff options
Diffstat (limited to 'alabaster-lite/css/fkfd.css')
-rw-r--r-- | alabaster-lite/css/fkfd.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/alabaster-lite/css/fkfd.css b/alabaster-lite/css/fkfd.css index 06b3864..eaedf26 100644 --- a/alabaster-lite/css/fkfd.css +++ b/alabaster-lite/css/fkfd.css @@ -5,10 +5,12 @@ body { background-color: white; color: #000; + background-image: url("../img/spectrum.png"); + background-position: top right; + background-repeat: no-repeat; } div.body { - background-color: #ffffff; color: #3E4349; } @@ -20,7 +22,6 @@ div.body { div.body { color: white; - background-color: #19202b; padding-bottom: 24px; } } |