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; +}