-
-
Notifications
You must be signed in to change notification settings - Fork 642
/
FAQ.yaml
32 lines (32 loc) · 1.02 KB
/
FAQ.yaml
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
---
header-includes: |
<link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png">
<meta name="theme-color" content="#006db3">
<style>
body { font-family: Arial, sans-serif; }
@media (prefers-color-scheme: light) {
body {
color: #212121;
background: #FFFFFF;
}
a:link { color: #C68400; }
a:visited { color: #ff6f00; }
a:hover { color: #039BE5; }
a:active { color: #039BE5; }
img { filter: invert(0%); }
blockquote { border-left: 3px solid #333; padding-left: 12px; margin-inline-start: 12px; }
}
@media (prefers-color-scheme: dark) {
body {
color: #FFFFFF;
background: #424242;
}
a:link { color: #FFB300; }
a:visited { color: #FF6F00; }
a:hover { color: #01579B; }
a:active { color: #01579B; }
img { filter: invert(75%); }
blockquote { border-left: 3px solid #ddd; padding-left: 12px; margin-inline-start: 12px; }
}
</style>
---