--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric7/CSSs/blue.css Sat May 15 18:45:04 2021 +0200 @@ -0,0 +1,12 @@ +body { + background:white; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #4FA4FF; } +h2 { color: white; background: #4FA4FF; } +h3 { color: white; background: #00557F; } +h4 { color: white; background: #00557F; } + +a { color: #AA5500; }