trying out text-selection colors
This commit is contained in:
@@ -135,6 +135,11 @@ li {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
/* COLORED TEXT SELECTION */
|
||||
::selection {
|
||||
color: black;
|
||||
background: paleturquoise;
|
||||
}
|
||||
|
||||
/* ANIMATED GRADIENT BACKGROUND */
|
||||
@keyframes gradient {
|
||||
|
||||
Reference in New Issue
Block a user