Difference between revisions of "MediaWiki:Vector.css"

From TRMN
Jump to navigation Jump to search
m (CSS testing)
m (CSS testing)
 
Line 15: Line 15:
.vector-menu-portal .vector-menu-content li a {
.vector-menu-portal .vector-menu-content li a {
   color: red important!;
   color: red important!;
}
a {
  color: #990;
}
}

Latest revision as of 16:56, 17 May 2023

/* CSS placed here will affect users of the Vector skin */

body {
  background-color: #222;
}

#bodyContent a.external {
  color: #0b4f6c important!;
}

.mw-body a.text.external:visited {
  color: #600047 important!;
}

.vector-menu-portal .vector-menu-content li a {
  color: red important!;
}

a {
  color: #990;
}