Skip to content

Commit

Permalink
Proposed update for elements color
Browse files Browse the repository at this point in the history
Updated: 
.news-block__title-link, .news-topic__title, .partner-info__title, .partner-info__description, .teaser__body-title - with --text-color
.partner-info, .promo_block - with --grey color
  • Loading branch information
2chooman authored Aug 20, 2020
1 parent 411dadf commit 7ab6da4
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions dark-gray.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,19 @@ form .item input[type=email],
.fonts-loaded .post-info__title,
.icon-svg_logo-habrahabr,
.nav-links__item a,
.post__text-html {
.post__text-html,
.news-block__title-link,
.news-topic__title,
.partner-info__title,
.partner-info__description {
color: var(--text-color);
text-decoration: none;
}

.teaser__body-title {
color: var(--text-color) !important;
}

a.post__type-label,
.btn_navbar_write-topic,
.btn_navbar_search,
Expand Down Expand Up @@ -451,9 +459,11 @@ form .item>label,
.layout__row_services #TMpanel,
.layout__row_navbar,
.layout__elevator:hover,
.default-block {
.default-block,
.partner-info {
background-color: var(--gray) !important;
}

#allrecords,
.post-donate,
.topic-form .gray_buttons_panel,
Expand Down Expand Up @@ -554,7 +564,7 @@ form .item input[type=email],
background-color: var(--gray) !important;
}

.company_post .promo-block_vacancies {
.promo-block {
background-color: var(--gray) !important;
}

Expand Down

0 comments on commit 7ab6da4

Please sign in to comment.