mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 10:25:00 +01:00
color transitions
This commit is contained in:
parent
734a2344a2
commit
62dd965100
@ -25,11 +25,13 @@
|
||||
margin-right: $spacer / 4;
|
||||
color: $brand-main;
|
||||
line-height: $line-height;
|
||||
transition: color .2s ease-out;
|
||||
}
|
||||
|
||||
.logounit__description {
|
||||
font-size: $font-size-h4;
|
||||
color: $brand-grey;
|
||||
transition: color .2s ease-out;
|
||||
|
||||
:global(.dark) & {
|
||||
color: $brand-grey-light;
|
||||
|
Loading…
Reference in New Issue
Block a user