Browse Source

color visited links

hnhx 3 years ago
parent
commit
499eae094b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      static/styles.css

+ 4 - 0
static/styles.css

@@ -202,6 +202,10 @@ button {
         text-decoration: underline; 
     }
 
+    .result-container a:visited h2 {
+        color: #bd93f9;
+    }
+
 /* .result-container END */