Difference between revisions of "User:E.vandenberge/common.css"

From TSG Doc
Jump to navigation Jump to search
Line 5: Line 5:
 
}
 
}
 
::-moz-selection{
 
::-moz-selection{
   background:#fff2a8;   
+
   background:#b82b22;   
 
}
 
}

Revision as of 12:17, 6 August 2015

/* CSS playground of Erik van den Berge*/

::selection{  
  background:#b82b22;
}
::-moz-selection{
  background:#b82b22;  
}