Difference between revisions of "User:SemperRabbit/common.css"

From Screeps Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
*/
 
*/
 
::marker, li::marker, .marker, li, marker {
 
::marker, li::marker, .marker, li, marker {
  +
content: "•";
 
color: #bbb;
 
color: #bbb;
 
}
 
}

Revision as of 12:35, 4 October 2020

/* Make your own CSS!
* wiki.screepspl.us/index.php/Special:MyPage/common.css
*/
::marker, li::marker, .marker, li, marker {
  content: "•";
  color: #bbb;
}