From 70cedfd5e8700d11d27a2dc86a307a9a71665abc Mon Sep 17 00:00:00 2001 From: nevfy Date: Sun, 28 Jan 2024 18:10:22 +0400 Subject: [PATCH 1/2] fix: remove alt text from services --- layouts/shortcodes/landing-service.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/landing-service.html b/layouts/shortcodes/landing-service.html index 2290e4e..cf7de98 100644 --- a/layouts/shortcodes/landing-service.html +++ b/layouts/shortcodes/landing-service.html @@ -1,7 +1,7 @@ {{ $illustration := .Get 0 }} {{ $title := .Get 1 }}
- {{ $title }} +

{{ $title }}

{{ .Inner }} From 4d3d5449c481615b49fd249295be1fb131cb45cd Mon Sep 17 00:00:00 2001 From: nevfy Date: Mon, 29 Jan 2024 02:54:14 +0400 Subject: [PATCH 2/2] fix: TOC links font weight --- assets/scss/_styles_project.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 29239a1..01cca98 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -9,8 +9,15 @@ } } +.td-sidebar-nav .td-sidebar-link__page, +ul.ul-2>.td-sidebar-nav__section-title a { + color: #616161 !important; + font-weight: 400; +} - +ul.ul-2>.td-sidebar-nav__section-title a:hover { + color: $blue; +} @media (min-width: 768px) { .td-sidebar {