Commit 978ea85d authored by Takuya Noguchi's avatar Takuya Noguchi

Fix CSS for MR widget for dark mode

Changelog: fixed
Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 83ecd3c1
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
position: absolute; position: absolute;
right: -7px; right: -7px;
top: 11px; top: 11px;
border-bottom: 2px solid $border-color; border-bottom: 2px solid var(--border-color, $border-color);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment