From 8f7593fdba88eed1f1a2ea1ecfc0f5e406d9317a Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Fri, 1 Jul 2022 12:19:07 +0100 Subject: [PATCH] update readme, make code blocks more readable --- README.md | 4 ++-- docs/css/extra.css | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d557085..cd4718f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Pleroma documentation -This project contains a documentation skeleton and a script to fill it in with data, the resulting documentation can be viewed at . +This project contains a documentation skeleton and a script to fill it in with data, the resulting documentation can be viewed at . ## Contributing to the documentation -If you want to suggest an edit, please refer to the `pleroma/pleroma` and `pleroma/pleroma-fe` repos. +If you want to suggest an edit, please refer to the `AkkomaGang/akkoma` and `AkkomaGang/pleroma-fe` repos. We use [mkdocs](https://www.mkdocs.org/) to build the documentation and have the [admonition](https://squidfunk.github.io/mkdocs-material/extensions/admonition/) extensions that make it possible to add block-styled side content like example summaries, notes, hints or warnings. If you are unsure of how a specific syntax should look like, feel free to look through the docs for an example. diff --git a/docs/css/extra.css b/docs/css/extra.css index b3924bd..79b0873 100644 --- a/docs/css/extra.css +++ b/docs/css/extra.css @@ -16,3 +16,16 @@ code, .codehilite pre { font-weight: bold; } + +pre, code { + background: #f0e8ff !important; +} + +code > .c1 > .hljs-comment { + color: #550f0f !important; +} + +.bg-secondary { + background-color: #f0e8ff !important; +} +