🎨
This commit is contained in:
parent
7b786bfde3
commit
9c8e9b4165
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
||||||
|
|
||||||
html
|
html
|
||||||
height 100%
|
height 100%
|
||||||
background #EBEBEB
|
background var(--bg)
|
||||||
|
|
|
@ -168,7 +168,7 @@ export default Vue.extend({
|
||||||
margin auto 0
|
margin auto 0
|
||||||
height 0
|
height 0
|
||||||
border-top solid 16px transparent
|
border-top solid 16px transparent
|
||||||
border-right solid 16px #EBEBEB
|
border-right solid 16px var(--bg)
|
||||||
border-bottom solid 16px transparent
|
border-bottom solid 16px transparent
|
||||||
border-left solid 16px transparent
|
border-left solid 16px transparent
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue