From f3024a0b1def9f01bb458a43bb30286f72e6867a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 3 Oct 2021 14:55:46 +0100 Subject: [PATCH] firefox/stylus/: Add styling for Trustonic's awful Confluence wiki. --- firefox/stylus/wiki.trustonic.internal.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 firefox/stylus/wiki.trustonic.internal.css diff --git a/firefox/stylus/wiki.trustonic.internal.css b/firefox/stylus/wiki.trustonic.internal.css new file mode 100644 index 0000000..2515ee1 --- /dev/null +++ b/firefox/stylus/wiki.trustonic.internal.css @@ -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*/ -- 2.11.0