Guild Wars 2 Wiki:Projects/CSS documentation/ui notices- vector

From Guild Wars 2 Wiki
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 */
}