summaryrefslogtreecommitdiffstats
path: root/conkeror/.conkerorrc/readable-mode.css
blob: 0b5d98a774f023636ae74c2795db7bfd8149fd99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
    background-color: #ffffff;
    color: #000000;
    width: 750px;
    margin: 0 auto;
    font-family: Signika;
    font-size: 16px;
    text-align: left;
}

body img {
    max-width: 750px;
}

pre, code, tt {
    font-family: "Fantasque Sans Mono";
    font-size: 16px;
}