-
-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathindex.css
More file actions
29 lines (25 loc) · 698 Bytes
/
index.css
File metadata and controls
29 lines (25 loc) · 698 Bytes
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
.accesskit-normal-width-scrollbar:is(html, body),
body:where(.accesskit-normal-width-scrollbar) div {
scrollbar-width: auto;
}
figure.accesskit-visible-alt-text {
height: 100%;
display: flex;
flex-direction: column;
}
figure.accesskit-visible-alt-text figcaption {
box-sizing: border-box;
height: 100%;
min-width: calc((min(540px, 100vw) / 3) - (4px * 2));
padding: var(--post-header-vertical-padding) var(--post-padding);
overflow: hidden;
background-color: rgba(var(--black), 0.07);
color: rgb(var(--black));
font-size: 0.875rem;
line-height: 1.5;
text-align: center;
overflow-wrap: break-word;
white-space: pre-line;
user-select: text;
cursor: initial;
}