diff options
Diffstat (limited to 'cmd/web/css.go')
| -rw-r--r-- | cmd/web/css.go | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cmd/web/css.go b/cmd/web/css.go index 3b772de..ec7267a 100644 --- a/cmd/web/css.go +++ b/cmd/web/css.go @@ -72,6 +72,22 @@ h1,h2,h3 { } } + +#status { + width: 100%; + background-color: #ddd; +} + +.installBar { + width: 0%; + height: 30px; + /* background-color: #4CAF50; */ + background-color: #268bd2; + text-align: center; + line-height: 30px; + color: white; +} + `)) if err != nil { |
