summaryrefslogtreecommitdiffstats
path: root/docs/assets/css/style.scss
blob: 79064ce31c89cd8851a7a0ef4b6eedf1a333c86c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
---

@import "{{ site.theme }}";
blockquote {
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 5px;
}
blockquote p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #202020;
}
body {
    color: initial;
    text-shadow: none;
    background: none;
}
#container 
{
    background:none;
}