Merged in feature/MAPG-145-css-selection (pull request #115)

MAPG-145 add CSS ::selection attribute
This commit is contained in:
Bence Pőcze 2020-06-14 20:11:37 +00:00
commit efccb2dcc5

View File

@ -17,6 +17,11 @@ button::-moz-focus-inner, input::-moz-focus-inner {
border: 0; border: 0;
} }
::selection {
background-color: #28a745;
color: #ffffff;
}
p, h1, h2, input, textarea, select, button, a { p, h1, h2, input, textarea, select, button, a {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
} }