This commit is contained in:
parent
ac46292c13
commit
d61fe9b301
2 changed files with 3 additions and 1 deletions
|
@ -361,7 +361,8 @@ ul.breadcrumb, ol.breadcrumb, .breadcrumb {
|
|||
padding-right: 0.4em;
|
||||
text-decoration: none !important;
|
||||
background-color: var(--accent-color);
|
||||
color: var(--text-color-contrast); }
|
||||
color: var(--text-color-contrast);
|
||||
border-radius: 3px; }
|
||||
|
||||
nav.pagination {
|
||||
padding-bottom: 1.6rem; }
|
||||
|
|
|
@ -5,4 +5,5 @@
|
|||
text-decoration:none!important;
|
||||
background-color:var(--accent-color);
|
||||
color:var(--text-color-contrast);
|
||||
border-radius: $btn-radius;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue