From 9dcd7a5a596a07b4efd511e139d9e656a7580f8f Mon Sep 17 00:00:00 2001 From: peterturaev Date: Sun, 23 May 2021 02:47:47 +0300 Subject: [PATCH 1/4] Update 'index.html' --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a715cab..9b49dc8 100755 --- a/index.html +++ b/index.html @@ -363,13 +363,13 @@ From d5da21bf3b8f9a4e316f5fab8ed769c99ab7864e Mon Sep 17 00:00:00 2001 From: peterturaev Date: Sun, 23 May 2021 02:51:19 +0300 Subject: [PATCH 2/4] Update 'css/main.css' --- css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/main.css b/css/main.css index 73321f3..f9ba0a9 100755 --- a/css/main.css +++ b/css/main.css @@ -741,6 +741,12 @@ footer a { height: 32px; } + a.lang-link, a.lang-link:visited { + color: #fadd4b; + text-decoration: none; + margin-right: 5px; + } + .nav-logo-box { width: 77px; } From b136df7cf9d4972f171c732563781fc93c057f29 Mon Sep 17 00:00:00 2001 From: peterturaev Date: Sun, 23 May 2021 02:52:20 +0300 Subject: [PATCH 3/4] Update 'index.html' --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9b49dc8..51d38cc 100755 --- a/index.html +++ b/index.html @@ -44,8 +44,8 @@
- en - ru + en + ru From 0054ea43b1ce0aef1aad86af7ff757504210a4e1 Mon Sep 17 00:00:00 2001 From: peterturaev Date: Sun, 23 May 2021 02:57:22 +0300 Subject: [PATCH 4/4] Update 'css/main.css' --- css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/main.css b/css/main.css index f9ba0a9..2eef646 100755 --- a/css/main.css +++ b/css/main.css @@ -745,6 +745,9 @@ footer a { color: #fadd4b; text-decoration: none; margin-right: 5px; + font-family: "Inter", sans-serif; + font-style: normal; + font-weight: bold; } .nav-logo-box {