diff options
Diffstat (limited to 'data/im.css')
-rw-r--r-- | data/im.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/im.css b/data/im.css new file mode 100644 index 0000000..375165e --- /dev/null +++ b/data/im.css @@ -0,0 +1,9 @@ +#info-panel { + background-color: #000000; + color: #ffffff; + padding: 0px 4px; +} + +#main-window { + background-color: #444444; +} |