Make background-timeline-profile actually themable

This commit is contained in:
Cadence Ember
2020-05-11 00:27:59 +12:00
parent e52fa5aa31
commit 3baba8fb4d
2 changed files with 3 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ body
position: relative
line-height: 1
color: map-get($theme, "foreground-primary")
background-color: map-get($theme, "background-timeline-profile")
@media screen and (max-width: $layout-a-max)
border-bottom: map-get($theme, "edge-context-divider")