src/eric7/Documentation/Source/styles.css

Fri, 13 Oct 2023 09:10:05 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 13 Oct 2023 09:10:05 +0200
branch
eric7
changeset 10244
1b67aa43ec93
parent 9209
b99e7fd55fd3
permissions
-rw-r--r--

Editor
- Enhanced the print capability with the configuration of the print color mode (e.g. to print an editor with a dark background).

body {
    color: black;
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

eric ide

mercurial