mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
🎨
This commit is contained in:
parent
494f6a8585
commit
a25c6ef4cc
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
|||
|
||||
html
|
||||
height 100%
|
||||
background #EBEBEB
|
||||
background var(--bg)
|
||||
|
|
|
@ -168,7 +168,7 @@ export default Vue.extend({
|
|||
margin auto 0
|
||||
height 0
|
||||
border-top solid 16px transparent
|
||||
border-right solid 16px #EBEBEB
|
||||
border-right solid 16px var(--bg)
|
||||
border-bottom solid 16px transparent
|
||||
border-left solid 16px transparent
|
||||
|
||||
|
|
Loading…
Reference in a new issue