exptech commited on
Commit
93bc82c
·
verified ·
1 Parent(s): e945eba

Add link styling for equipment values

Browse files
Files changed (1) hide show
  1. style.css +9 -0
style.css CHANGED
@@ -966,6 +966,15 @@ a:hover { opacity: 0.8; }
966
  font-weight: 600;
967
  }
968
 
 
 
 
 
 
 
 
 
 
969
 
970
  /* ========================================
971
  Disclaimer
 
966
  font-weight: 600;
967
  }
968
 
969
+ .equipment-value a {
970
+ color: var(--accent);
971
+ text-decoration: none;
972
+ }
973
+
974
+ .equipment-value a:hover {
975
+ text-decoration: underline;
976
+ }
977
+
978
 
979
  /* ========================================
980
  Disclaimer