diff options
| author | XhmikosR <[email protected]> | 2023-05-30 18:15:55 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-30 18:15:55 +0300 |
| commit | 60098ac499d30aa50575b0b7137391c06ef25429 (patch) | |
| tree | 64551be6ddfb308da4091cefde0326b5f1520b38 /dist/css/bootstrap-reboot.css | |
| parent | 08dff5e8a4e50e087ba3b8e2cf4e1fb842186b3f (diff) | |
| download | bootstrap-60098ac499d30aa50575b0b7137391c06ef25429.tar.xz bootstrap-60098ac499d30aa50575b0b7137391c06ef25429.zip | |
Release v5.3.0 (#38657)
* Bump version to 5.3.0
* Dist
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
| -rw-r--r-- | dist/css/bootstrap-reboot.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index cc08f1283..f3f1d0516 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Reboot v5.3.0-alpha3 (https://getbootstrap.com/) + * Bootstrap Reboot v5.3.0 (https://getbootstrap.com/) * Copyright 2011-2023 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ @@ -91,6 +91,7 @@ --bs-tertiary-color-rgb: 33, 37, 41; --bs-tertiary-bg: #f8f9fa; --bs-tertiary-bg-rgb: 248, 249, 250; + --bs-heading-color: inherit; --bs-link-color: #0d6efd; --bs-link-color-rgb: 13, 110, 253; --bs-link-decoration: underline; @@ -162,6 +163,7 @@ --bs-danger-border-subtle: #842029; --bs-light-border-subtle: #495057; --bs-dark-border-subtle: #343a40; + --bs-heading-color: inherit; --bs-link-color: #6ea8fe; --bs-link-hover-color: #8bb9fe; --bs-link-color-rgb: 110, 168, 254; @@ -213,7 +215,7 @@ h6, h5, h4, h3, h2, h1 { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; - color: var(--bs-heading-color, inherit); + color: var(--bs-heading-color); } h1 { |
