-
-
Notifications
You must be signed in to change notification settings - Fork 653
/
Copy pathFAQ.yaml
30 lines (30 loc) · 854 Bytes
/
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
---
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%); }
}
@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%); }
}
</style>
---