Skip to content

Commit 4e369b2

Browse files
committed
let selection's background be transparent
1 parent 0df18cd commit 4e369b2

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

cache.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# v2 - 2016-05-11
2+
# v3 - 2016-05-12
33
js/main.js
44
js/i18n.js
55
css/style.css

css/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
src: url(../font/SourceSansPro-Regular.otf);
1010
}
1111

12+
::-moz-selection {
13+
background-color: transparent;
14+
}
15+
::selection {
16+
background-color: transparent;
17+
}
18+
1219
body {
1320
font-family: "Source Sans Pro", sans-serif;
1421
margin: 0 auto;

0 commit comments

Comments
 (0)