-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathstyle.css
More file actions
39 lines (39 loc) · 824 Bytes
/
Copy pathstyle.css
File metadata and controls
39 lines (39 loc) · 824 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
30
31
32
33
34
35
36
37
38
39
html {
filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%);
background: white;
}
body {
background: white;
}
#ak-side-navigation [data-navheader*="true"] span:empty,
.atlaskit-portal [data-placement="bottom-end"] span:empty,
[aria-label*="profile"] span:empty,
[data-testid*="profile"] span:empty,
[data-test-id*="profile"] span:empty,
span[role="img"],
img,
svg,
iframe,
.emoji-common-emoji-sprite,
.css-1kl9gof,
.pdfViewer,
.media-viewer-popup,
.page,
.media-card-inline-player,
#tempo-nav,
.tempo-app-container {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
border-color: transparent;
}
#gh {
padding: 0 40px;
}
#content {
margin: 0;
}
[data-testid="Content"] > div:first-child {
background: white;
}
[data-testid="media-viewer-image"] {
filter: inherit
}