css rework
This commit is contained in:
parent
c54bafaf2b
commit
e2cdbc55fa
5 changed files with 165 additions and 0 deletions
11
effects.css
Normal file
11
effects.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
a{
|
||||
color: var(--text);
|
||||
transition: color 0.5s;
|
||||
}
|
||||
a:visited{
|
||||
color: var(--text);
|
||||
}
|
||||
a:hover{
|
||||
color: black;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue