Fix gradient background on WebKit
This commit is contained in:
@@ -32,7 +32,7 @@ header {
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #d5caf2);
|
||||
background-image: linear-gradient(to bottom, rgba(255, 255, 255 0), #d5caf2);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user