X-Git-Url: https://git-public.kairo.at/?p=mandelbrot-web.git;a=blobdiff_plain;f=style%2Fmandelbrot.css;h=339ad551b8f017788d716f96e04376013d246145;hp=4c0af96f90a633782d4ca2e26da2b45da25936a7;hb=b27a1f725af0479531a3483bd3ff776605fa5521;hpb=5d56a513a8ece482f7223dfb8946d8c464f48170 diff --git a/style/mandelbrot.css b/style/mandelbrot.css index 4c0af96..339ad55 100644 --- a/style/mandelbrot.css +++ b/style/mandelbrot.css @@ -4,6 +4,8 @@ body { font-family: sans-serif; + background-color: #222222; + color: #FFFFFF; } h1 { @@ -26,6 +28,15 @@ h1 { #settings { display: none; background-color: rgba(255, 255, 255, .8); + color: #000000; + border-radius: 3px; + border: 1px solid #FFFFFF; +} + +#settings > legend { + background-color: #FFFFFF; + color: #000000; + border-radius: 3px; } #mainArea { @@ -34,7 +45,7 @@ h1 { } #mbrotImage { - background-color: lightblue; + background-color: #444444; } @media screen and (max-width: 500px) {