]> git.wh0rd.org - tt-rss.git/blobdiff - utility.css
tweak how utility.css-based stuff looks
[tt-rss.git] / utility.css
index 27054dfe9a8e203c7a68e3910110897855104d95..89a6e71d16bca338dd729f684f53cb3def2e7204 100644 (file)
@@ -1,8 +1,9 @@
 body {
-       margin : 2em;
-       padding : 0em;
+       margin : 20px;
+       padding : 0px;
        font-family : sans-serif;
        font-size : 12px;
+       background : white;
 }
 
 p.warning {
@@ -68,8 +69,10 @@ div.error {
 }
 
 h1 {
-       color : #88b0f0;
-       font-size : 16pt;
+       color : black;
+       font-size : 32px;
+       font-family : serif;
+       /* text-shadow : 2px 2px 2px #f0f0f0; */
 }
 
 h2 {