feat: initial python support

This commit is contained in:
Andras Bacsai
2022-04-02 16:22:51 +02:00
parent b60b832426
commit ddfbda6f80
12 changed files with 197 additions and 16 deletions

View File

@@ -54,10 +54,10 @@ textarea {
}
#svelte .item.hover {
@apply bg-coolgray-100 text-white;
@apply bg-coollabs text-white !important;
}
#svelte .item.active {
@apply bg-coollabs text-white;
@apply bg-coolgray-100 text-white;
}
select {