ENHANCEMENT: Added gradient to nineties toggle

This commit is contained in:
Jeroen De Meerleer 2022-02-04 11:27:48 +01:00
parent 95eb634297
commit 339c364910
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 10 additions and 0 deletions

View File

@ -42,12 +42,22 @@ body {
color: $black;
}
.nineties-toggle {
background: none;
color: $black;
}
}
.nineties-toggle {
cursor: pointer;
position: absolute;
top: 0;
right: 0;
background: linear-gradient(to right, red, orange, yellow, green, aqua, blue, violet);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', cursive;
}
a {