Skip to content

Commit

Permalink
исправлены ошибки после 1 проверки
Browse files Browse the repository at this point in the history
  • Loading branch information
YanaPolyanskaya committed Nov 15, 2023
1 parent 7acf128 commit d6e979f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 254 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h3 class="section__text-decor">Многозадачность</h3>
важные. Где же легендарная многозадачность, когда она так нужна
вам (и всем нанимающим менеджерам этого мира)? А дело в том, что
её просто не существует. Исследователи
<a href="#0" class="text_content-link">выяснили</a>, что мозгу
<a href="#0" target="_blank" class="text_content-link">выяснили</a>, что мозгу
тяжело концентрироваться даже на двух делах одновременно. А когда
в поле внимания попадает несколько важных задач, организм паникует
и выделяет кортизол и адреналин — «гормоны стресса». Из-за этого
Expand Down Expand Up @@ -167,7 +167,7 @@ <h4 class="section__text-decor-thin">Включите музыку</h4>
<h4 class="section__text-decor-thin">Прогуляйтесь</h4>
<p class="section__text_content">
Или даже пробегитесь. Лучше найти парк или лес: один эксперимент
<a href="#0" class="text_content-link">показал</a>, что созерцание
<a href="#0" target="_blank" class="text_content-link">показал</a>, что созерцание
природы повышает концентрацию, в то время как после просмотра
городских пейзажей она наоборот понижается. Можно совместить
прогулку с физическими упражнениями или бегом — так в мозг
Expand Down
2 changes: 1 addition & 1 deletion styles/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
--font-wl: 400;
--font-wb: 700; */
--bg-color: #000028;
}
}
24 changes: 6 additions & 18 deletions styles/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@
}

/* Остальные стили */
/* @media (prefers-color-scheme: light) {
:root {
--accent-color: #ffc2e6;
--title-decor: #ff8dcb;
--text-shadow: #ff0070;
--color-text-content: #353430;
--title-text: #353430;
--bg-color: #fff1f7;
--accent-color: var(--color-text);
}
} */
@media (prefers-color-scheme: light) {
:root {
/* Дублируем переменные светлой темы */
Expand All @@ -44,27 +32,27 @@
.page.theme_light .rec {
display: none;
}

.section__title {
color: var(--color-text-content);
}

.header__theme-menu-button {
color: var(--color-text-content);
}

.header__theme-menu-button_active {
border: 1px solid var(--color-text-content);
}

.header__theme-menu-button:focus-visible {
border-block-end: 1px solid --color-text-content;
}

.header__theme-menu-button:hover {
border: 1px solid rgba(50, 49, 45, 0.4);
}

.decorated-zone::before {
border-block-start: 1px solid var(--color-text-content);
border-inline-end: 1px solid var(--color-text-content);
Expand Down
Loading

0 comments on commit d6e979f

Please sign in to comment.