diff --git a/amadeus/static/css/.sass-cache/064d6f773ef38851a5655d63e666097a9c1f0155/black.sassc b/amadeus/static/css/.sass-cache/064d6f773ef38851a5655d63e666097a9c1f0155/black.sassc index b3428bc..9d55120 100644 Binary files a/amadeus/static/css/.sass-cache/064d6f773ef38851a5655d63e666097a9c1f0155/black.sassc and b/amadeus/static/css/.sass-cache/064d6f773ef38851a5655d63e666097a9c1f0155/black.sassc differ diff --git a/amadeus/static/css/themes/black.css b/amadeus/static/css/themes/black.css index 66fcf4e..63aeebd 100644 --- a/amadeus/static/css/themes/black.css +++ b/amadeus/static/css/themes/black.css @@ -145,7 +145,7 @@ a.btn.btn-sm.btn-success.btn-raised { /* === Resources Common (ex: PDF, WebPage) App === */ .topic-panel > .panel-heading { - background-color: #197f7f !important; } + background-color: #5e6262 !important; } .topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i { color: #3b444b; } diff --git a/amadeus/static/css/themes/black.sass b/amadeus/static/css/themes/black.sass index 210365a..e90c077 100644 --- a/amadeus/static/css/themes/black.sass +++ b/amadeus/static/css/themes/black.sass @@ -3,7 +3,7 @@ $primary-color: #0e1111 //lighter shade of red $primary-hover: #474b4b $secondary-color: #232b2b //lighter shade of green $secondary-l2-color: #353839 //subject header and items color -$third-color: #197f7f +$third-color: #5e6262 $default-white: #F5F5F5 $white: #FFFFFF $disabled: #414a4c //light shade of gray -- libgit2 0.21.2