summaryrefslogtreecommitdiffstats
path: root/documentation/.vuepress/override.styl
diff options
context:
space:
mode:
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