green border for avatars and more black (#13)

* now markdown background is black
* table items are black
* avatars have a green smal border
This commit is contained in:
6543 2020-05-02 01:34:33 +02:00 committed by GitHub
parent f15ee9ddfc
commit 3fe81fd721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -981,3 +981,19 @@ footer {
position: relative; position: relative;
margin-bottom: 0px 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;
}