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