summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-10 09:05:32 -0400
committerJune McEnroe <june@causal.agency>2020-07-10 09:05:32 -0400
commitc991c534ef92adf254196fd09775ebb08ce2198d (patch)
tree8c59c325278680d87b9fd4b1176eadfbf021586f /default.css
parentList active networks first (diff)
downloadscooper-c991c534ef92adf254196fd09775ebb08ce2198d.tar.gz
scooper-c991c534ef92adf254196fd09775ebb08ce2198d.zip
Add default stylesheet
Diffstat (limited to 'default.css')
-rw-r--r--default.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/default.css b/default.css
new file mode 100644
index 0000000..7465c01
--- /dev/null
+++ b/default.css
@@ -0,0 +1,3 @@
+html {
+	font-family: monospace;
+}
00'>2020-02-11Set self.nick to * initiallyJune McEnroe 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe