diff -r ebc91b324fbb -r db6fd3bd2ffd PySide2PyQt/Documentation/source/styles.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PySide2PyQt/Documentation/source/styles.css Thu Dec 30 12:55:36 2021 +0100 @@ -0,0 +1,12 @@ +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; }