Skip to content
This repository was archived by the owner on Mar 19, 2020. It is now read-only.

Commit f9001c3

Browse files
author
Yuma Soga
committed
Change color of selection.
1 parent ef14379 commit f9001c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/bootstrap-creative/_global.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ section {
6464
}
6565

6666
::selection {
67-
color: $white;
68-
background: $gray-100;
67+
color: $gray-100;
68+
background: $gray-700;
6969
text-shadow: none;
7070
}
7171

0 commit comments

Comments
 (0)