GW2 Wiki English Mirror:Projects/CSS documentation/ui notices- vector

From GW2 Wiki English Mirror
< GW2 Wiki English Mirror:Projects‎ | CSS documentation
Revision as of 23:42, 30 March 2021 by imported>Chieftain Alex
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
/* Avoids the need to remember to set font color in the sitenotice */
.mw-dismissable-notice {
  color: black;
}

.mw-dismissable-notice a,
.mw-dismissable-notice a:visited {
    color: #002BB8; /* color scheme: boring blue */
}