mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
💄 style(admonitions): reduce thickness of strong tag
Matches the rest of the theme, improving cohesion across browsers.
This commit is contained in:
parent
be7628aeaa
commit
faa9633531
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
||||||
|
|
||||||
.admonition-content {
|
.admonition-content {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
strong {
|
||||||
|
font-weight: 580;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.admonition-icon {
|
.admonition-icon {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue