feat: pride flag gradient
ci/woodpecker/pr/woodpecker Pipeline was successful Details

pull/29/head
earnest ma 6 days ago
parent 6c5d2c767b
commit 20710fc750
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A

@ -35,3 +35,16 @@ h5:before {
h6:before {
content: "###### ";
}
/* progress pride gradient for pride month <3
https://cesque.com/gaydient/
*/
html::before {
content: "";
position:fixed; top:0px; bottom:0px; left:0px; right:0px;
width: 100%;
z-index: -1;
background: linear-gradient(to right, rgb(0, 0, 0), rgb(54, 35, 18), rgb(120, 79, 23), rgb(181, 63, 27), rgb(237, 34, 36), rgb(243, 91, 34), rgb(249, 150, 33), rgb(245, 193, 30), rgb(241, 235, 27) 48%, rgb(241, 235, 27), rgb(241, 235, 27) 52%, rgb(99, 199, 32), rgb(12, 155, 73), rgb(33, 135, 141), rgb(57, 84, 165), rgb(97, 55, 155), rgb(147, 40, 142));
opacity: 20%;
}

Loading…
Cancel
Save