Adjust styles for new frontpage
This commit is contained in:
parent
ba1b8a5a11
commit
0b4a382151
@ -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');
|
||||
|
@ -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|
|
||||
|
Loading…
x
Reference in New Issue
Block a user