trying out text-selection colors

This commit is contained in:
Lorenzo Dellacà
2020-07-02 18:49:20 +02:00
parent 6eceb990b3
commit 33018241bf
3 changed files with 7 additions and 3 deletions

View File

@@ -135,6 +135,11 @@ li {
padding: 16px;
}
/* COLORED TEXT SELECTION */
::selection {
color: black;
background: paleturquoise;
}
/* ANIMATED GRADIENT BACKGROUND */
@keyframes gradient {