--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/CSSs/blue.css Thu Jul 07 11:23:56 2022 +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; }