Changes

Jump to navigation Jump to search
no edit summary
Line 687: Line 687:     
a:not(.image):hover, a:not(.image):visited:hover{
 
a:not(.image):hover, a:not(.image):visited:hover{
   color: red !important;
+
   color: var(--primary-color) !important;
 
}
 
}
   Line 695: Line 695:     
#bodyContent a:not(.image):hover, #bodyContent a:not(.image):visited:hover {
 
#bodyContent a:not(.image):hover, #bodyContent a:not(.image):visited:hover {
   text-decoration: underline overline !important;
+
   text-decoration: line-through !important;
 
   color: var(--primary-color) !important;
 
   color: var(--primary-color) !important;
 
}
 
}

Navigation menu