10 lines
198 B
SCSS
10 lines
198 B
SCSS
|
@import 'meta/overlay';
|
||
|
@import 'meta/prefix';
|
||
|
|
||
|
// currently playing track metadata
|
||
|
#meta {
|
||
|
@include icedream-font;
|
||
|
color: $icedream-text-color;
|
||
|
line-height: $icedream-extended-line-height;
|
||
|
}
|