1
0
Fork 0
forked from github/pelican

remove the selection color in the default theme

This commit is contained in:
Alexis Metaireau 2012-07-23 18:56:21 +02:00
commit 0494cd1406

View file

@ -70,9 +70,6 @@ p {margin-bottom: 1.143em;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}
/* Lists */
ul {
list-style: outside disc;