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; height: 100vh;
display: none; display: none;
background: linear-gradient( background: linear-gradient(
to left bottom, to bottom,
#ffffff 0%, #e18fdc 0%,
#6a6a6a 100% #222 100%
) !important; ) !important;
} }
section.cover.show { section.cover.show {