CSSs/default.css@c72c9b51ae73
CSSs/default.css
Sun, 21 Jun 2015 20:18:34 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 21 Jun 2015 20:18:34 +0200
- changeset 4282
- c72c9b51ae73
- parent 440
-
69ace3e2dcf6
- permissions
- -rw-r--r--
Fixed a bug in the editor resulting in an empty QScintilla completion list being shown.
body {
background: #EDECE6;
margin: 0em 1em 10em 1em;
color: black;
}
h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
a { color: #BA6D36; }