From 0463802f04f618ad44260448f5c7bbf07283d85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sun, 14 Feb 2016 20:26:11 +0100 Subject: [PATCH] Created CSS Customizations (markdown) --- CSS-Customizations.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CSS-Customizations.md diff --git a/CSS-Customizations.md b/CSS-Customizations.md new file mode 100644 index 0000000..831509b --- /dev/null +++ b/CSS-Customizations.md @@ -0,0 +1,15 @@ +This is a list of some popular CSS customizations for Glowing Bear. You can use them by copying and pasting them into the "Custom CSS" box in the settings (on https://latest.glowing-bear.org only, for now) + +## Change global font + +If you want to use the excellent Lato font everywhere, add +```css +body { font-family: 'Lato', sans-serif; } +``` + +## Disable readmarker + +If you don't like the readmarker, kill it with +```css +#readmarker { display:none; } +``` \ No newline at end of file