mirror of
https://github.com/boostorg/boostlook.git
synced 2026-01-19 04:02:14 +00:00
lighten font weight on code
This commit is contained in:
@@ -372,7 +372,7 @@ p, h1, h2, h3, h4, h5, h6 {
|
||||
.boostlook .doc .colist > table code {
|
||||
background: none;
|
||||
padding: 0;
|
||||
font-weight: 600;
|
||||
font-weight: 500;
|
||||
color: var(--bl-code-text-color) !important;
|
||||
}
|
||||
|
||||
@@ -388,7 +388,6 @@ p, h1, h2, h3, h4, h5, h6 {
|
||||
.boostlook .doc p a code,
|
||||
.boostlook .doc table a code,
|
||||
.boostlook .doc .colist > table a code {
|
||||
font-weight: 500;
|
||||
color: var(--bl-link-color) !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user