forked from campiaperti/infra
remove selection color from core css
This commit is contained in:
parent
c200fbedd1
commit
4677741568
2 changed files with 0 additions and 22 deletions
|
@ -33,16 +33,6 @@ body {
|
|||
background-color: #fff;
|
||||
color: #000; }
|
||||
|
||||
::-moz-selection {
|
||||
background: #FF5E99;
|
||||
color: #fff;
|
||||
text-shadow: none; }
|
||||
|
||||
::selection {
|
||||
background: #FF5E99;
|
||||
color: #fff;
|
||||
text-shadow: none; }
|
||||
|
||||
/*********************************************
|
||||
* VIEW FRAGMENTS
|
||||
*********************************************/
|
||||
|
|
|
@ -57,18 +57,6 @@ body {
|
|||
color: #000;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #FF5E99;
|
||||
color: #fff;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: #FF5E99;
|
||||
color: #fff;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* VIEW FRAGMENTS
|
||||
|
|
Loading…
Reference in a new issue