Subversion Repositories oidplus

Rev

Rev 1151 | Rev 1339 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1151 Rev 1308
Line 1... Line 1...
1
/*!
1
/*!
2
 * Bootstrap Reboot v5.3.0-alpha3 (https://getbootstrap.com/)
2
 * Bootstrap Reboot v5.3.0 (https://getbootstrap.com/)
3
 * Copyright 2011-2023 The Bootstrap Authors
3
 * Copyright 2011-2023 The Bootstrap Authors
4
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
4
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
 */
5
 */
6
:root,
6
:root,
7
[data-bs-theme=light] {
7
[data-bs-theme=light] {
Line 89... Line 89...
89
  --bs-secondary-bg-rgb: 233, 236, 239;
89
  --bs-secondary-bg-rgb: 233, 236, 239;
90
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
90
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
91
  --bs-tertiary-color-rgb: 33, 37, 41;
91
  --bs-tertiary-color-rgb: 33, 37, 41;
92
  --bs-tertiary-bg: #f8f9fa;
92
  --bs-tertiary-bg: #f8f9fa;
93
  --bs-tertiary-bg-rgb: 248, 249, 250;
93
  --bs-tertiary-bg-rgb: 248, 249, 250;
-
 
94
  --bs-heading-color: inherit;
94
  --bs-link-color: #0d6efd;
95
  --bs-link-color: #0d6efd;
95
  --bs-link-color-rgb: 13, 110, 253;
96
  --bs-link-color-rgb: 13, 110, 253;
96
  --bs-link-decoration: underline;
97
  --bs-link-decoration: underline;
97
  --bs-link-hover-color: #0a58ca;
98
  --bs-link-hover-color: #0a58ca;
98
  --bs-link-hover-color-rgb: 10, 88, 202;
99
  --bs-link-hover-color-rgb: 10, 88, 202;
Line 160... Line 161...
160
  --bs-info-border-subtle: #087990;
161
  --bs-info-border-subtle: #087990;
161
  --bs-warning-border-subtle: #997404;
162
  --bs-warning-border-subtle: #997404;
162
  --bs-danger-border-subtle: #842029;
163
  --bs-danger-border-subtle: #842029;
163
  --bs-light-border-subtle: #495057;
164
  --bs-light-border-subtle: #495057;
164
  --bs-dark-border-subtle: #343a40;
165
  --bs-dark-border-subtle: #343a40;
-
 
166
  --bs-heading-color: inherit;
165
  --bs-link-color: #6ea8fe;
167
  --bs-link-color: #6ea8fe;
166
  --bs-link-hover-color: #8bb9fe;
168
  --bs-link-hover-color: #8bb9fe;
167
  --bs-link-color-rgb: 110, 168, 254;
169
  --bs-link-color-rgb: 110, 168, 254;
168
  --bs-link-hover-color-rgb: 139, 185, 254;
170
  --bs-link-hover-color-rgb: 139, 185, 254;
169
  --bs-code-color: #e685b5;
171
  --bs-code-color: #e685b5;
Line 211... Line 213...
211
h6, h5, h4, h3, h2, h1 {
213
h6, h5, h4, h3, h2, h1 {
212
  margin-top: 0;
214
  margin-top: 0;
213
  margin-bottom: 0.5rem;
215
  margin-bottom: 0.5rem;
214
  font-weight: 500;
216
  font-weight: 500;
215
  line-height: 1.2;
217
  line-height: 1.2;
216
  color: var(--bs-heading-color, inherit);
218
  color: var(--bs-heading-color);
217
}
219
}
218
 
220
 
219
h1 {
221
h1 {
220
  font-size: calc(1.375rem + 1.5vw);
222
  font-size: calc(1.375rem + 1.5vw);
221
}
223
}