Fix background colors

Remove push.sh
This commit is contained in:
Samantha Becker 2023-09-18 11:41:01 +02:00
parent 88570d8df1
commit f4103cccec
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +0,0 @@
gcloud builds submit --pack image=[IMAGE] /mnt/BigSSD/go/src/gitlab.com/evilthings-services/mstar
gcloud run deploy mstar --image [IMAGE]

View file

@ -13,6 +13,8 @@
--accent: #7924b2; --accent: #7924b2;
font-family: Cantarell, serif; font-family: Cantarell, serif;
}
body {
background: var(--background); background: var(--background);
} }
table { table {