mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-73816-master' of https://github.com/bmbrands/moodle
This commit is contained in:
commit
96f3deeb48
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user