Feature/pink mode - make text grey (#2429)

* tweak purple

* move text to grey?

* Update application.html.erb
This commit is contained in:
Ali Spittel 2019-04-14 11:10:52 -04:00 committed by Ben Halpern
parent 81c28886c8
commit b1dde2c6f6
2 changed files with 2 additions and 1 deletions

View file

@ -46,7 +46,7 @@
--theme-container-accent-background: #ff4983;\
--theme-container-background-hover: #FFF7F9;\
--theme-gradient-background: linear-gradient(to right, #fff 8%, #ffceda 18%, #FFF7F9 33%);\
--theme-container-color: #ff4983;\
--theme-container-color: #333;\
--theme-container-box-shadow: none;\
--theme-container-border: 1px solid #ff4983;\
--theme-social-icon-invert: invert(0)</style>'

View file

@ -26,6 +26,7 @@
margin: auto;
max-width: 1250px;
}
@media screen and (min-width: 950px) {
.home {
margin-top: 26px;