Skip to content

Commit e580422

Browse files
committed
selection and tap color
1 parent 66ff719 commit e580422

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

css/style.css

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,9 @@
1818

1919

2020

21-
::-moz-selection{
22-
background: #FF5E99; color:#fff;
23-
}
24-
25-
::selection {
26-
background:#FF5E99; color:#fff;
27-
}
28-
a:link { -webkit-tap-highlight-color: #FF5E99; }
21+
::-moz-selection{ background: #FF5E99; color:#fff;}
22+
::selection { background:#FF5E99; color:#fff; }
23+
a:link { -webkit-tap-highlight-color: #FF5E99; } /* http://j.mp/webkit-tap-highlight-color */
2924

3025

3126

0 commit comments

Comments
 (0)