MAPG-145 add CSS ::selection attribute

This commit is contained in:
Bence Pőcze 2020-06-14 22:08:01 +02:00
parent 15b5869d5a
commit a38268c751

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;
} }