src/widgets/Tweet.css
branchnew-model
changeset 918 5cd368dba1b9
parent 882 61c384dda19e
--- a/src/widgets/Tweet.css	Wed Jun 20 14:45:30 2012 +0200
+++ b/src/widgets/Tweet.css	Wed Jun 20 18:41:41 2012 +0200
@@ -4,6 +4,14 @@
     margin: 0;
 }
 
+.Ldt-Tweet-Widget a {
+    color: #0068C4;
+}
+
+.Ldt-Tweet-Widget a:hover {
+    color: #003366;
+}
+
 .Ldt-Tweet-Inner {
     background: url(img/pinstripe.png);
     padding: 5px;
@@ -50,12 +58,10 @@
 }
 
 a.Ldt-Tweet-ScreenName {
-    color: #0068c4;
     text-decoration: none;
 }
 
 a.Ldt-Tweet-ScreenName:hover {
-    color: #000000;
     text-decoration: underline;
 }
 
@@ -77,7 +83,6 @@
 .Ldt-Tweet-Bottom a {
     display: inline-block;
     margin-left: 12px;
-    color: #000000;
     text-decoration: none;
 }