]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
add some improvements for night css
[tt-rss.git] / css / tt-rss.css
index 8bd44ffc7cd37004b4840970f683a8667aa684d7..67e8aca7edff7689975bc6919c3f4866eec49074 100644 (file)
@@ -207,7 +207,7 @@ a:hover {
 
 .hl.active div.hlTitle a {
        color : #4684ff;
-       text-shadow : 1px 1px 2px #fff;
+       /* text-shadow : 1px 1px 2px #fff; */
 }
 
 .hl.Selected {
@@ -335,8 +335,7 @@ div.prefHelp {
 #main-toolbar table *,
 #main-toolbar .actionChooser * {
        text-rendering: optimizelegibility;
-       font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
-               "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+       font-family : "Segoe WP", "Segoe UI Web", "Segoe UI", "Helvetica Neue",
                Helvetica, Arial, sans-serif;
        font-size : 12px;
 
@@ -384,8 +383,7 @@ div.prefHelp {
 span.contentPreview {
        color : #999;
        font-weight : normal;
-       text-shadow : 1px 1px 2px #fff;
-       font-size : 11px;
+       font-size : 12px;
        padding-left : 4px;
 }
 
@@ -857,7 +855,8 @@ div.fatalError textarea {
        padding : 0px;
        border-color : #ddd;
        border-width : 0px;
-       line-height: 20px;
+       line-height: 1.5;
+       font-size : 15px;
        overflow : auto;
 }
 
@@ -959,7 +958,7 @@ div.postContent h1 {
 div.postContent h2,
 div.postContent h3,
 div.postContent h4 {
-       font-size : 14px;
+       font-size : 15px;
 }
 
 div.postContent p {