]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/neo/css/display.css
Bit of style cleanup for design settings fixes.
[quix0rs-gnu-social.git] / theme / neo / css / display.css
index a0df1e9cb4305dcc7404aafc276335db437d6ca3..797015527882b28b5f405f96d220236432f83142 100644 (file)
@@ -280,6 +280,7 @@ address {
     border: 1px solid #ECECF2;
     font-weight: bold;
     line-height: 1.4em;
+    color: #3e3e8c;
     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
     background: #ececf2;
     background: -moz-linear-gradient(top, #ffffff , #ececf2);
@@ -784,6 +785,7 @@ div.entry-content a.response:after {
     padding-right: 2px;
     border-left: 3px solid #ECECF2;
     background: #fafafa;
+    color: #222;
     font-size: 1em;
 }
 
@@ -795,6 +797,10 @@ div.entry-content a.response:after {
     margin-top: 0px;
 }
 
+.threaded-replies a {
+    color: #3e3e8c;
+}
+
 #content .notice .threaded-replies .notice,
 #content .notice .threaded-replies .notice-data {
     width: 440px;
@@ -1029,6 +1035,10 @@ background-color:rgba(200, 200, 200, 0.300);
     border-radius: 6px;
 }
 
+#pagination a {
+    color: #3e3e8c;
+}
+
 #footer {
     position: relative;
     top: -6px;