Difference between revisions of "MediaWiki:Vector.css"

From Dwaia Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
     background-color: #55505a;
 
     background-color: #55505a;
 
     color: #D5D4D4;
 
     color: #D5D4D4;
 +
}
 +
a.new{
 +
    color: #ff8877;
 
}
 
}

Revision as of 21:42, 26 January 2019

.mw-body {
    background-color: #55505a;
    color: #D5D4D4;
}
a.new{
    color: #ff8877;
}