diff --git a/Gemfile.lock b/Gemfile.lock index 88d7a23..4cb5be4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,6 +86,7 @@ GEM ffi (1.13.1-x64-mingw32) globalid (0.4.2) activesupport (>= 4.2.0) + htmlbeautifier (1.3.1) i18n (1.8.5) concurrent-ruby (~> 1.0) jbuilder (2.10.0) @@ -218,6 +219,7 @@ DEPENDENCIES byebug capybara (>= 2.15) devise + htmlbeautifier jbuilder (~> 2.7) pg puma (~> 4.1) diff --git a/app/assets/stylesheets/pages.scss b/app/assets/stylesheets/pages.scss index f3c5b4d..33d6157 100644 --- a/app/assets/stylesheets/pages.scss +++ b/app/assets/stylesheets/pages.scss @@ -40,13 +40,13 @@ h1 { line-height: 42px; padding : 0; border : none; - background : rgb(255, 27, 0); + background : rgb(21, 201, 15); - background: linear-gradient(0deg, rgba(255, 27, 0, 1) 0%, rgba(251, 75, 2, 1) 100%); + background: linear-gradient(0deg, rgb(38, 182, 25) 0%, rgb(51, 167, 28) 100%); } .btn-5:hover { - color : #f0094a; + color : #1e8d08; background : transparent; box-shadow : none; text-decoration: none; @@ -60,7 +60,7 @@ h1 { right : 0; height : 2px; width : 0; - background: #f0094a; + background: #1e8d08; box-shadow: -1px -1px 5px 0px #fff, 7px 7px 20px 0px #0003,