Feature/pink mode - make text grey (#2429)
* tweak purple * move text to grey? * Update application.html.erb
This commit is contained in:
parent
81c28886c8
commit
b1dde2c6f6
2 changed files with 2 additions and 1 deletions
|
|
@ -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>'
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
margin: auto;
|
||||
max-width: 1250px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
.home {
|
||||
margin-top: 26px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue