X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/30214fde74c954ee6cf4daeb562764343b546b58..refs/pull/435/head:/resources/assets/sass/_variables.scss diff --git a/resources/assets/sass/_variables.scss b/resources/assets/sass/_variables.scss index cb6cec9c1..23bf2b219 100644 --- a/resources/assets/sass/_variables.scss +++ b/resources/assets/sass/_variables.scss @@ -38,6 +38,7 @@ $primary-dark: #0288D1; $secondary: #e27b41; $positive: #52A256; $negative: #E84F4F; +$info: $primary; $warning: $secondary; $primary-faded: rgba(21, 101, 192, 0.15); @@ -45,6 +46,7 @@ $primary-faded: rgba(21, 101, 192, 0.15); $color-book: #009688; $color-chapter: #ef7c3c; $color-page: $primary; +$color-page-draft: #9A60DA; // Text colours $text-dark: #444;