Merge branch 'MDL-73816-master' of https://github.com/bmbrands/moodle

This commit is contained in:
Ilya Tregubov 2022-02-16 10:26:59 +02:00
commit 96f3deeb48
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ $body-color: $gray-900 !default;
// Fonts
$font-size-base: 0.9375rem !default;
$rfs-base-font-size: 0.9rem !default;
$headings-font-weight: 300 !default;
$headings-font-weight: 700 !default;
// Navbar
$navbar-dark-hover-color: rgba($white, 1) !default;

View File

@ -2629,7 +2629,7 @@ template {
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 300;
font-weight: 700;
line-height: 1.2; }
h1, .h1 {