|
|
@ -109,4 +109,14 @@ body { |
|
|
|
background-image: linear-gradient(to bottom, #af2188c5 0%, #af2188c5 10%, #fa59cfc5 75%, #fa59cfc5 100%); |
|
|
|
background-image: linear-gradient(to bottom, #af2188c5 0%, #af2188c5 10%, #fa59cfc5 75%, #fa59cfc5 100%); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:hover {background-image: linear-gradient(to bottom, #af2188ff 0%, #af2188ff 10%, #fa59cfff 75%, #fa59cfff 100%);} |
|
|
|
::-webkit-scrollbar-thumb:hover {background-image: linear-gradient(to bottom, #af2188ff 0%, #af2188ff 10%, #fa59cfff 75%, #fa59cfff 100%);} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.invis { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
left: -1000px; |
|
|
|
|
|
|
|
width: 0; |
|
|
|
|
|
|
|
height: 0; |
|
|
|
|
|
|
|
padding: 0 0; |
|
|
|
|
|
|
|
margin: 0 0; |
|
|
|
|
|
|
|
opacity: 0; |
|
|
|
|
|
|
|
} |