mirror of
https://github.com/wah-su/wah-su.github.io.git
synced 2025-09-14 02:13:54 +05:00
add footer link colors transition on hover
This commit is contained in:
parent
6a41d4354b
commit
08bdb930ac
2 changed files with 29 additions and 5 deletions
|
@ -956,6 +956,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.hover\:text-\[\#FF851A\] {
|
||||
&:hover {
|
||||
@media (hover: hover) {
|
||||
color: #FF851A;
|
||||
}
|
||||
}
|
||||
}
|
||||
.sm\:flex-shrink-1 {
|
||||
@media (width >= 40rem) {
|
||||
flex-shrink: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue