Jump to content

MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 55: Line 55:
/* Added <ins> formatting for Lipton's Journal */
/* Added <ins> formatting for Lipton's Journal */
ins {
ins {
   background: var(--ins-color, green);
   background: var(--ins-color, #2FFD31);
   text-decoration: none;
   text-decoration: none;
}
}