diff --git a/404.html b/404.html index 2e2cd3a..a488acf 100644 --- a/404.html +++ b/404.html @@ -57,6 +57,10 @@ margin-right: auto; margin-left: auto; } + + .darkmode--activated .center { + color: #fff; + } @@ -75,6 +79,30 @@

Ошибка 404

Здесь ничего нет, зря ищешь. Приходи, когда сайт будет готов.

+ + + \ No newline at end of file diff --git a/index.html b/index.html index f8837fd..c3b5c01 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@ } nav { - background-color: #F8F9FA; + background-color: #f8f8f8; box-sizing: border-box; display: flex; align-items: center; @@ -63,6 +63,18 @@ margin-right: auto; margin-left: auto; } + + .darkmode--activated .center { + color: #fff; + } + + .darkmode--activated .center a { + color: #5e5eff; + } + + .darkmode--activated .center a:visited { + color: #895eff; + } @@ -86,8 +98,32 @@
  • i_am@WerySkok.ru
  • weryskok@gmail.com
  • - + + + + \ No newline at end of file