Difference between revisions of "MediaWiki:Common.css"

From Networks of Care
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .intentions { color: green; }")
 
Line 3: Line 3:
 
.intentions {
 
.intentions {
 
color: green;
 
color: green;
 +
}
 +
 +
.intention:hover {
 +
color: pink;
 
}
 
}

Revision as of 10:32, 26 May 2020

/* CSS placed here will be applied to all skins */

.intentions {
color: green;
}

.intention:hover {
color: pink;
}