選択した文字の背景色を追加(3)

gh-pages
Rui 2018-02-28 18:56:33 +09:00 committed by GitHub
parent 993191962e
commit b53af97cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ body {
::selection {
background-color: $selection-background;
color: $font-color-selection;
color: $selection-font-color;
}
}