Adjust styles for new frontpage

This commit is contained in:
Basti 2017-07-27 11:09:31 +02:00
parent ba1b8a5a11
commit 0b4a382151
2 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,15 @@ body {
background-attachment: fixed;
}
body.about-body {
background-color: transparent;
background-image: url('../images/background-kosmos.jpg');
}
.landing-page .learn-more-cta {
background: rgba(31,35,43,0.5);
}
.ui {
background-color: darken($ui-base-color, 7%);
background-image: url('../images/background-kosmos.jpg');

View File

@ -161,6 +161,7 @@ ActiveRecord::Schema.define(version: 20170720000000) do
t.datetime "updated_at", null: false
t.index ["account_id", "status_id"], name: "index_mentions_on_account_id_and_status_id", unique: true
t.index ["status_id"], name: "index_mentions_on_status_id"
t.index ["status_id"], name: "mentions_status_id_index"
end
create_table "mutes", id: :serial, force: :cascade do |t|