diff --git a/res/css/structures/_UserMenu.scss b/res/css/structures/_UserMenu.scss index 8c944935ed..6fa2f2578e 100644 --- a/res/css/structures/_UserMenu.scss +++ b/res/css/structures/_UserMenu.scss @@ -36,7 +36,7 @@ limitations under the License. // we cheat opacity on the theme colour with an after selector here &::after { content: ''; - border-bottom: 1px solid $roomsublist-divider-color; + border-bottom: 1px solid $primary-fg-color; // XXX: Variable abuse opacity: 0.2; display: block; padding-top: 8px; @@ -154,7 +154,7 @@ limitations under the License. width: 85%; opacity: 0.2; border: none; - border-bottom: 1px solid $roomsublist-divider-color; + border-bottom: 1px solid $primary-fg-color; // XXX: Variable abuse } &.mx_IconizedContextMenu {