Changes

Jump to navigation Jump to search
545 bytes removed ,  20:46, 23 January 2021
no edit summary
Line 682: Line 682:  
}
 
}
   −
a:not(.image), a:not(.image):visited,
+
a:not(.image), a:not(.image):visited {
#mw-panel .portal .body li a:not(.image), #mw-panel .portal .body li a:not(.image):visited,
  −
.mw-parser-output a.external:not(.image), .mw-parser-output a.external:not(.image):visited,
  −
.vectorTabs span a:not(.image), .vectorTabs span a:not(.image):visited {
   
   color: black;
 
   color: black;
 
}
 
}
   −
a:not(.image):hover,
+
a:not(.image):hover{
#mw-panel .portal .body li a:not(.image):hover,
  −
.mw-parser-output a.external:not(.image):hover,
  −
.vectorTabs span a:not(.image):hover{
   
   color: var(--primary-color);
 
   color: var(--primary-color);
 
}
 
}
   −
#bodyContent a:not(.image), #bodyContent a:not(.image):link, #bodyContent a:not(.image):visited, #bodyContent a:not(.image):focus {
+
#bodyContent a:not(.image), #bodyContent a:not(.image):visited{
 
   text-decoration: underline;
 
   text-decoration: underline;
 
}
 
}
    
#bodyContent a:not(.image):hover {
 
#bodyContent a:not(.image):hover {
  /*background-color: var(--primary-color);
  −
  text-decoration: none;
  −
  color: white;*/
   
   text-decoration: underline overline;
 
   text-decoration: underline overline;
 
   color: var(--primary-color);
 
   color: var(--primary-color);

Navigation menu