Fix gradient color for Webkit
This commit is contained in:
@@ -32,7 +32,7 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
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;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ section.text {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
background-image: linear-gradient(to top, rgba(255, 255, 255 0), #d5caf2);
|
background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #d5caf2);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ section.main {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
background-image: linear-gradient(to top, rgba(255, 255, 255 0), #d5caf2);
|
background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #d5caf2);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 3px 3px 0px 0px;
|
border-radius: 3px 3px 0px 0px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user