Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.

Commit 282ffac

Browse files
jaychsubtford
authored andcommitted
Styling backgorund
The background is transparent now. For some user who use chrome-dev-tool dark theme, text is hardly recognizable. So change it in this PR.
1 parent 78a8437 commit 282ffac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

panel/app.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
body {
2+
background-color: rgb(255,255,255);
3+
}
4+
15
.col {
26
float: left;
37
width: 200px;

0 commit comments

Comments
 (0)