File size: 969 Bytes
3fb26c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
pre {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;
}

:root, [data-bs-theme=light] {
    --bs-secondary: #169873;
    --bs-secondary-rgb: 22, 152, 115;
    --bs-primary: #c6f97f;
    --bs-light-yellow: #faaf5c;
    --bs-light-pink: #f49fbc;
    --bs-light-red: #ff6060;
    --bs-light-teal: #B8E1FF;
    --bs-light-blue: #A9FFF7;
    --bs-light-green: #94FBAB;
}

nav.navbar { --bs-btn-hover-bg: rgba(255,255,255,0.2); }
.nav-link:hover { color: rgba(255,255,0,0.6); }
.nav-link.active { font-weight: bold; }

@media (min-width: 992px) {
    .rounded-tl-lg { border-top-left-radius: 1.5rem !important; }
}

.rounded-lg {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

blockquote {
    border-left: 5px solid #007bff;
    padding-left: 15px;
    margin-left: 0;
    background-color: #f8f9fa;
    padding: 15px;
    padding-bottom: 5px;
}