diff options
| author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-08-28 02:36:37 +0300 |
|---|---|---|
| committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-08-28 02:36:37 +0300 |
| commit | e27f950fdf93ccd05f06e3065c015cb5d41763ef (patch) | |
| tree | 4b6217b5849981988b142aa0c02c62cf74ce96fa /sass | |
| parent | 91627c2d531a34ae032141af4e18bb1bd8619125 (diff) | |
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
Diffstat (limited to 'sass')
| -rw-r--r-- | sass/_predefined.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
