make links have more contrast to black, add new design to SeaMonkey profile manager
[themes.git] / LCARStrek / global / about.css
index cf68269435bc0958a8bccdb033d10825653199e4..1e5a1074f63ef8a7d19e2bb57ceece817c1bd6f1 100644 (file)
@@ -22,7 +22,8 @@ body {
 }
 
 #aboutLogoContainer {
-  border: 1px solid #E7ADE7;
+  border: 1px solid #3333FF;
+  border-radius: 5px;
   width: 300px;
   margin-bottom: 2em;
 }
@@ -31,6 +32,10 @@ img {
   border: 0;
 }
 
+#vendorURL {
+  text-decoration: none;
+}
+
 #version {
   font-weight: bold;
   color: #008484;
@@ -59,3 +64,7 @@ th, td {
   -moz-column-width: 20em;
   -moz-column-gap: 3em;
 }
+
+a:link {
+  color: #3333FF;
+}