Add new gradient

Signed-off-by: Jonas Rosland <jrosland@vmware.com>
This commit is contained in:
Jonas Rosland
2021-08-18 16:17:28 -04:00
parent 098afc3d2d
commit b2ca722598

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 {