firefox/stylus/: Add styling for Trustonic's awful Confluence wiki.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 13:55:46 +0000 (14:55 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:18:53 +0000 (15:18 +0100)
firefox/stylus/wiki.trustonic.internal.css [new file with mode: 0644]

diff --git a/firefox/stylus/wiki.trustonic.internal.css b/firefox/stylus/wiki.trustonic.internal.css
new file mode 100644 (file)
index 0000000..2515ee1
--- /dev/null
@@ -0,0 +1,8 @@
+/* -*-css-*- */
+/*@ domains: wiki.trustonic.internal */
+body { font-family: inherit; font-size: 11pt; }
+h1, h2, h3, h4 { font-family: sans-serif; font-weight: bold; }
+.aui-button, .aui-nav-link, .aui-nav-imagelimk, .user-mention, [role=menu]
+        { font-family: sans-serif !important; }
+code, kbd, pre { font-family: monospace; font-size: 9pt; }
+/*@END*/