mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
tabs: decrease contrast for tabs title #550
This commit is contained in:
parent
d86973ae01
commit
efce383939
1 changed files with 1 additions and 1 deletions
|
@ -1881,7 +1881,7 @@ html[dir="rtl"] #sidebar ul.collapsible-menu > li > label > i.fa-chevron-right {
|
|||
|
||||
#body .tab-nav-title{
|
||||
font-size: .9rem;
|
||||
font-weight: 500;
|
||||
font-weight: 400;
|
||||
line-height: 1.42857143;
|
||||
padding: .2rem 0;
|
||||
margin-inline-start: .6rem;
|
||||
|
|
Loading…
Reference in a new issue