summaryrefslogtreecommitdiffstats
path: root/documentation/.vuepress/override.styl
diff options
context:
space:
mode:
authorJannik Schönartz2020-04-15 20:02:26 +0200
committerJannik Schönartz2020-04-15 20:02:26 +0200
commitdc68a5f080f939b57834360504174385dd8be0b9 (patch)
treea870edba1bc048b3cb1714f88d12b483aac2bb1b /documentation/.vuepress/override.styl
parent[permissionmanager] split permissions in one file per module (diff)
downloadbas-dc68a5f080f939b57834360504174385dd8be0b9.tar.gz
bas-dc68a5f080f939b57834360504174385dd8be0b9.tar.xz
bas-dc68a5f080f939b57834360504174385dd8be0b9.zip
[documentation] Add documentation for external backends.
Diffstat (limited to 'documentation/.vuepress/override.styl')
-rw-r--r--documentation/.vuepress/override.styl15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/.vuepress/override.styl b/documentation/.vuepress/override.styl
index dfebc6a..756d011 100644
--- a/documentation/.vuepress/override.styl
+++ b/documentation/.vuepress/override.styl
@@ -4,6 +4,10 @@ $textColor = #2c3e50
$borderColor = #eaecef
$codeBgColor = #282c34
//$codeBgColor = #4f5665
+$textColorSuccess = #42b983
+$textColorWarning = #e7c000
+$textColorError = #c00
+
// Custom variables
$bgColorNav = #fff
@@ -110,3 +114,14 @@ blockquote
.image-border
border: 1px solid black
+
+
+
+.text-success
+ color: $textColorSuccess
+
+.text-warning
+ color: $textColorWarning
+
+.text-error
+ color: $textColorError \ No newline at end of file