Fix background colors
Remove push.sh
This commit is contained in:
parent
88570d8df1
commit
f4103cccec
2 changed files with 2 additions and 2 deletions
2
push.sh
2
push.sh
|
@ -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]
|
|
@ -13,6 +13,8 @@
|
|||
--accent: #7924b2;
|
||||
|
||||
font-family: Cantarell, serif;
|
||||
}
|
||||
body {
|
||||
background: var(--background);
|
||||
}
|
||||
table {
|
||||
|
|
Loading…
Reference in a new issue