ENHANCEMENT: Added gradient to nineties toggle
This commit is contained in:
parent
95eb634297
commit
339c364910
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user