Skip to content

Commit e0772bd

Browse files
committed
heading configuration
1 parent 954ff2b commit e0772bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

apps/remix-ide/src/assets/css/themes/remix-dark_tvx1s2.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
--bs-tertiary-color-rgb: 255, 255, 255;
104104
--bs-tertiary-bg: #f8f9fa;
105105
--bs-tertiary-bg-rgb: 248, 249, 250;
106-
--bs-heading-color: inherit;
106+
--bs-heading-color: #fff;
107107
--bs-link-color: #747b90;
108108
--bs-link-color-rgb: 116, 123, 144;
109109
--bs-link-decoration: underline;
@@ -185,7 +185,7 @@
185185
--bs-danger-border-subtle: #8b2e24;
186186
--bs-light-border-subtle: #444;
187187
--bs-dark-border-subtle: #303030;
188-
--bs-heading-color: inherit;
188+
--bs-heading-color: #fff;
189189
--bs-link-color: #a2a3bd;
190190
--bs-link-hover-color: #b6b8d4;
191191
--bs-link-color-rgb: 162, 163, 189;
@@ -260,7 +260,8 @@ hr {
260260
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
261261
margin-top: 0;
262262
margin-bottom: 0.5rem;
263-
font-weight: 500;
263+
font-weight: 400;
264+
font-family: inherit;
264265
line-height: 1.2;
265266
color: var(--bs-heading-color);
266267
}

0 commit comments

Comments
 (0)