removed heading backgrnd, added mention highlight

This commit is contained in:
hoergen 2018-01-24 08:02:33 +01:00
parent a53fc3c7ed
commit fe7786671e
1 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,6 @@ h1 {
h2 {
font-size: 16px;
color: blue;
background-color: #EEEEEE;
border-radius:5px;
}
@ -293,6 +292,10 @@ div.pager, ul.tabs {
/* Post content */
.mention {
font-weight: bold;
}
.wall-item-content blockquote {
border-left: 0px;
margin-top: 10px;
@ -552,8 +555,9 @@ select{
.settings-heading {
font-size: 18px;
font-weight: bold;
background-color: #cfcece;
background-color: whitesmoke;
border-radius: 5px;
border-bottom: 1px solid black;
}
.setings-contend-block {