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; 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 {