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:
parent
f15ee9ddfc
commit
3fe81fd721
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue