Indsat ::selection-farve i CSS med rgba

This commit is contained in:
Rasmus Malver 2018-05-07 18:05:33 +02:00
parent 8eca99af37
commit ece5e02d0c

View file

@ -10,7 +10,8 @@ body {
} }
::selection{ ::selection{
background:#802c00; background:rgba(130, 43, 0,0.99);
color:rgba(130, 43, 0,0.99);
} }
footer { footer {