Fix font color of pagination with style-eink and use bold. re #73
This commit is contained in:
parent
d0f0938df9
commit
4b81d0836e
|
@ -276,6 +276,7 @@ margin:auto;
|
|||
text-align:center;
|
||||
height:32px;
|
||||
display:table;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.footcenter p, .footcenter a
|
||||
|
|
|
@ -288,6 +288,8 @@ margin:auto;
|
|||
text-align:center;
|
||||
height:32px;
|
||||
display:table;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.footcenter p, .footcenter a
|
||||
|
|
Loading…
Reference in a new issue