1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 10:25:00 +01:00

color transitions

This commit is contained in:
Matthias Kretschmann 2018-06-24 21:47:59 +02:00
parent 734a2344a2
commit 62dd965100
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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;