From e27f950fdf93ccd05f06e3065c015cb5d41763ef Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Thu, 28 Aug 2025 02:36:37 +0300 Subject: Massive changes to: - meta tags - opacity levels - pagespeed optimization - enabled more configs, preparing for search functionality Changes to be committed: modified: config.toml modified: content/about.md modified: content/posts/rust.md modified: sass/_predefined.scss modified: templates/index.html --- sass/_predefined.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sass/_predefined.scss') diff --git a/sass/_predefined.scss b/sass/_predefined.scss index 3ef8a06..b12d67d 100644 --- a/sass/_predefined.scss +++ b/sass/_predefined.scss @@ -27,7 +27,7 @@ $code-fonts: Consolas, "Andale Mono WT", "Andale Mono", Menlo, Monaco, // Mixins // @mixin dimmed { - opacity: 0.7; + opacity: 1; } @mixin aTag { -- cgit v1.2.3