Background color for center column

merge-requests/8/head
Bob Mottram 2020-10-02 21:40:36 +01:00
parent 18616cf0d9
commit f5b682166f
1 changed files with 23 additions and 22 deletions

View File

@ -985,8 +985,13 @@ aside .toggle-inside li {
margin: 0 0;
padding: 0 0;
}
.column-center {
display: inline-block;
width: var(--column-center-width);
}
.col-center {
width: var(--column-center-width);
background-color: var(--main-bg-color);
}
.col-right a:link {
background: var(--column-left-color);
@ -1021,10 +1026,6 @@ aside .toggle-inside li {
margin: 0 0;
padding: 0 0;
}
.column-center {
display: inline-block;
width: var(--column-center-width);
}
.likesCount {
font-size: var(--font-size-likes);
font-family: Arial, Helvetica, sans-serif;