feat: Remove post install compilation

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-10-04 00:51:39 +02:00
parent 6f8c627e33
commit c47a02c529
13 changed files with 288 additions and 288 deletions

View File

@ -59,7 +59,7 @@
background nativeRGB(var(--gray-700))
&:active
color white
background nativeRGB(var(--theme-color))
background nativeRGB(var(--theme-500))
&.short
width 88px
.userSpace > div:not(:last-child)
@ -145,7 +145,7 @@
background nativeRGB(var(--gray-700))
&:active
color white
background nativeRGB(var(--theme-color))
background nativeRGB(var(--theme-500))
padding 8px
display flex
@ -169,7 +169,7 @@
&.active > div
color white
background nativeRGB(var(--theme-color))
background nativeRGB(var(--theme-500))
ul
list-style none
margin 0