diff options
-rw-r--r-- | public/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css index de58b3b..e886b0d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -66,6 +66,10 @@ body { background-color: #fffdfb; } +svg { + background-color: #fff; +} + /* Titles */ h3 { margin: 0.3em 0.8em; @@ -127,7 +131,7 @@ h3 { /* User list */ #users-status { - padding: 0; + padding-left: 20px; } #users-status li.user { |