mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: increase thickness of bold text #922
This commit is contained in:
parent
f81010c18b
commit
f0a80f64ad
1 changed files with 5 additions and 5 deletions
|
@ -133,7 +133,7 @@ b,
|
||||||
strong,
|
strong,
|
||||||
label,
|
label,
|
||||||
th {
|
th {
|
||||||
font-weight: 600;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
@ -2519,12 +2519,12 @@ html[dir="rtl"] #R-sidebar ul.collapsible-menu > li > label > i.fa-chevron-right
|
||||||
background-color: var(--VARIABLE-BOX-BG-color);
|
background-color: var(--VARIABLE-BOX-BG-color);
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
border-radius: 1px 1px 0 0;
|
border-radius: 1px 1px 0 0;
|
||||||
text-shadow: -0.06ex 0 0 currentColor, 0.06ex 0 0 currentColor;
|
text-shadow: -0.08ex 0 0 currentColor, 0.08ex 0 0 currentColor;
|
||||||
}
|
}
|
||||||
@supports (-webkit-text-stroke-width: 0.04ex){
|
@supports (-webkit-text-stroke-width: 0.09ex){
|
||||||
#R-body .tab-nav-button.active > .tab-nav-text{
|
#R-body .tab-nav-button.active > .tab-nav-text{
|
||||||
text-shadow: -0.03ex 0 0 currentColor, 0.03ex 0 0 currentColor;
|
text-shadow: -0.08ex 0 0 currentColor, 0.08ex 0 0 currentColor;
|
||||||
-webkit-text-stroke-width: 0.04ex;
|
-webkit-text-stroke-width: 0.09ex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#R-body .tab-nav-button:not(.active):hover > .tab-nav-text,
|
#R-body .tab-nav-button:not(.active):hover > .tab-nav-text,
|
||||||
|
|
Loading…
Reference in a new issue