Difference between revisions of "User:E.vandenberge/common.css"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
::selection{ | ::selection{ | ||
background:#fff2a8; | background:#fff2a8; | ||
+ | background-image:linear-gradient(#fff 50%, #f6f6f6 100%); | ||
} | } | ||
::-moz-selection{ | ::-moz-selection{ | ||
background:#fff2a8; | background:#fff2a8; | ||
} | } |
Revision as of 11:13, 6 August 2015
/* CSS playground of Erik van den Berge*/
::selection{
background:#fff2a8;
background-image:linear-gradient(#fff 50%, #f6f6f6 100%);
}
::-moz-selection{
background:#fff2a8;
}