Skip to content

Commit

Permalink
theme: increase thickness of bold text #922
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Oct 4, 2024
1 parent e294542 commit 262c1f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ b,
strong,
label,
th {
font-weight: 600;
font-weight: 800;
}

ul {
Expand Down Expand Up @@ -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);
border-bottom-color: transparent;
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{
text-shadow: -0.03ex 0 0 currentColor, 0.03ex 0 0 currentColor;
-webkit-text-stroke-width: 0.04ex;
text-shadow: -0.08ex 0 0 currentColor, 0.08ex 0 0 currentColor;
-webkit-text-stroke-width: 0.09ex;
}
}
#R-body .tab-nav-button:not(.active):hover > .tab-nav-text,
Expand Down

0 comments on commit 262c1f8

Please sign in to comment.