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
1 changed files with 2 additions and 1 deletions

View File

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