Browse Source

Update thereisonlyseamonkey.html

Change link colors back
nsITobin 4 months ago
parent
commit
0ca6938187
1 changed files with 8 additions and 8 deletions
  1. 8 8
      adhoc-testing/thereisonlyseamonkey.html

+ 8 - 8
adhoc-testing/thereisonlyseamonkey.html

@@ -24,21 +24,21 @@
 
 
 
 
       a:link, a:visited {
       a:link, a:visited {
-        color: #445271;
-        text-decoration: underline dotted;
+        color: #003399;
+        text-decoration: underline solid;
         text-decoration-thickness: 1px;
         text-decoration-thickness: 1px;
       }
       }
 
 
-      a:active, a:focus {
-        text-decoration: underline;
-        color: #c78b94;
-      }
-      
       a:hover {
       a:hover {
         text-decoration: underline;
         text-decoration: underline;
-        color: #c78b94;
+        color: #3e3333;
       }
       }
 
 
+      a:active, a:focus {
+        text-decoration: underline;
+        color: #663366;
+      }
+      
       hr {
       hr {
         width: 50%;
         width: 50%;
         border: none;
         border: none;