mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-18 06:03:00 +05:30
animation added
This commit is contained in:
parent
303b3d5dd8
commit
53705c641f
@ -50,13 +50,15 @@
|
|||||||
.links > *:hover {
|
.links > *:hover {
|
||||||
background-color: var(--accent-tertiary);
|
background-color: var(--accent-tertiary);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--secondary);
|
transition: all 0.5s;
|
||||||
|
color: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.links > *:active {
|
.links > *:active {
|
||||||
background-color: var(--accent-primary);
|
background-color: var(--accent-primary);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--secondary);
|
transition: all 0.5s;
|
||||||
|
color: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Loading…
Reference in New Issue
Block a user