提交 3535e2fc 编写于 作者: A aprouja1 提交者: Guillaume Chau

fix: Make Dark Mode Arrows More Visible (#781)

* Make Dark Mode Arrows More Visible

* Update global.styl

* fix: dim color
Co-authored-by: NGuillaume Chau <alphadelta.fg@gmail.com>
上级 bcb165df
......@@ -71,6 +71,17 @@ $arrow-color = $vue-ui-color-dark
border-bottom 4px solid transparent
border-right 6px solid $arrow-color
.vue-ui-dark-mode &
$arrow-color = rgba($vue-ui-color-light-neutral, .4)
&.up
border-bottom-color $arrow-color
&.down
border-top-color $arrow-color
&.right
border-left-color $arrow-color
&.left
border-right-color $arrow-color
.notice
display flex
align-items center
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册