summaryrefslogtreecommitdiffstats
path: root/conkeror/.conkerorrc/readable-mode.css
diff options
context:
space:
mode:
Diffstat (limited to 'conkeror/.conkerorrc/readable-mode.css')
-rw-r--r--conkeror/.conkerorrc/readable-mode.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/conkeror/.conkerorrc/readable-mode.css b/conkeror/.conkerorrc/readable-mode.css
new file mode 100644
index 0000000..0b5d98a
--- /dev/null
+++ b/conkeror/.conkerorrc/readable-mode.css
@@ -0,0 +1,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;
+}