mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
set white color
This commit is contained in:
parent
c94a4a47e2
commit
c4c3defc4a
@ -29,7 +29,8 @@
|
|||||||
|
|
||||||
span {
|
span {
|
||||||
transition: all 150ms ease-in-out;
|
transition: all 150ms ease-in-out;
|
||||||
color : #ffffff85 !important;
|
color: white !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
@ -41,10 +42,6 @@
|
|||||||
&:hover {
|
&:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
||||||
span {
|
|
||||||
color: white !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
animation : gradientMove 2s forwards ease-in-out infinite;
|
animation : gradientMove 2s forwards ease-in-out infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user