Merge pull request #10 from jonasrosland/new-css

Add new gradient
This commit is contained in:
2021-08-18 21:18:35 +01:00
committed by GitHub

View File

@@ -504,9 +504,9 @@ section.cover {
height: 100vh;
display: none;
background: linear-gradient(
to left bottom,
#ffffff 0%,
#6a6a6a 100%
to bottom,
#e18fdc 0%,
#222 100%
) !important;
}
section.cover.show {