-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
67 lines (60 loc) · 1.39 KB
/
styles.css
File metadata and controls
67 lines (60 loc) · 1.39 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* css styles */
/* Remove incorrect menu role from navbar toggler */
.navbar-toggler[role="menu"] {
/* This won't remove the attribute, but you can use JS for that */
}
.navbar .quarto-color-scheme-toggle::after {
content: " Toggle Theme";
margin-left: 0.5rem;
font-size: 0.9rem;
}
.navbar .aa-DetachedSearchButton::after {
content: " Search";
margin-left: 0.5rem;
font-size: 0.9rem;
}
.navbar .quarto-color-scheme-toggle {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
text-decoration: none;
}
.page__content-skip-link:active, .page__content-skip-link:focus {
position: static!important;
clip: auto;
height: auto;
width: auto;
overflow: auto;
}
.page__content-skip-link:active, .page__content-skip-link:focus {
position: static!important;
clip: auto;
height: auto;
width: auto;
overflow: auto;
}
.page__content-skip-link {
position: absolute!important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
background-color: #012635;
color: #fff;
display: block;
padding: 3px;
text-align: center;
}
.page__content-skip-link {
position: absolute!important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
background-color: #012635;
color: #fff;
display: block;
padding: 3px;
text-align: center;
}