From 3fe81fd7219edc84ac251aa01f5aad007f53f2d2 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 2 May 2020 01:34:33 +0200 Subject: [PATCH] green border for avatars and more black (#13) * now markdown background is black * table items are black * avatars have a green smal border --- public/css/theme-matrix.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/public/css/theme-matrix.css b/public/css/theme-matrix.css index 7a571aa..80df9c4 100644 --- a/public/css/theme-matrix.css +++ b/public/css/theme-matrix.css @@ -981,3 +981,19 @@ footer { position: relative; margin-bottom: 0px } + +.ui.avatar { + border-color: #5AA509 !important; + border-style: solid; + border-width: 1px; +} + +.ui.attached { + background: black !important; +} + +.badge { + background: black !important; + border-color: #5AA509 !important; + border-style: solid; +}