Fix gradient color for Webkit

This commit is contained in:
2022-06-03 20:16:55 +03:00
parent 60005a95e2
commit d4ace0f221
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ header {
}
a:hover {
background-image: linear-gradient(to bottom, rgba(255, 255, 255 0), #d5caf2);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #d5caf2);
text-decoration: underline;
}