-
Notifications
You must be signed in to change notification settings - Fork 56
/
theme-light.scss
50 lines (41 loc) · 1.25 KB
/
theme-light.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*-- scss:defaults --*/
$h2-font-size: 1.6rem !default;
$headings-font-weight: 500 !default;
$link-color: #940128;
$font-size-root: 1rem;
/*-- scss:rules --*/
div.sidebar-item-container .active, div.sidebar-item-container .show>.nav-link, div.sidebar-item-container .sidebar-link>code {
color: #940128;
}
.btn-primary {
--bs-btn-color: #fff;
--bs-btn-bg: #940128;
--bs-btn-border-color: #940128;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #940128;
--bs-btn-hover-border-color: #940128;
--bs-btn-focus-shadow-rgb: 71, 147, 231;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #940128;
--bs-btn-active-border-color: #940128;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #940128;
--bs-btn-disabled-border-color: #940128;
}
.alert-info {
--bs-alert-color: #3d224b !important;
--bs-alert-bg: #ebddf1 !important;
--bs-alert-border-color: #d6bbe4 !important;
--bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-info, .alert-info>th, .alert-info>td {
background-color: #ebddf1 !important;
}
.alert {
color: #3d224b !important;
}
.alert-link {
font-weight: 700;
color: #3d224b !important;
}