File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 11 < p > Copyleft (ɔ) from 2015-2016 Vim Taiwan CC BY-NC 2.5 TW.</ p >
2+ < img src ="images/status_bar.png " class ="status_bar ">
23 </ div >
34</ body >
45</ html >
Original file line number Diff line number Diff line change 1313 font-weight : 400 ;
1414}
1515
16+ ::selection {
17+ background : $normal-color ;
18+ color : #000 ;
19+ }
20+ ::-moz-selection {
21+ background : $normal-color ;
22+ color : #000 ;
23+ }
24+
1625body {
1726 counter-reset : ln;
1827 margin : 0 ;
@@ -59,6 +68,16 @@ body {
5968 display : block ;
6069 @include lineNum-style ;
6170 }
71+
72+ & ::selection {
73+ background : $title-color ;
74+ color : #000 ;
75+ }
76+
77+ & ::-moz-selection {
78+ background : $title-color ;
79+ color : #000 ;
80+ }
6281 }
6382
6483 p {
@@ -112,5 +131,15 @@ body {
112131 & :hover {
113132 color : $title-color ;
114133 }
134+
135+ & ::selection {
136+ background : $link-color ;
137+ color : #000 ;
138+ }
139+
140+ & ::-moz-selection {
141+ background : $link-color ;
142+ color : #000 ;
143+ }
115144 }
116145}
You can’t perform that action at this time.
0 commit comments