From 6b1588d5cf8abbad778000c3d72d62c9e0184523 Mon Sep 17 00:00:00 2001 From: mst Date: Sun, 8 Sep 2024 15:56:05 +0300 Subject: [PATCH] 1.2.1-alpha - fix some bugs --- constants.py | 2 +- static/css/style.css | 1 + templates/index.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/constants.py b/constants.py index 25e254f..3440bc4 100644 --- a/constants.py +++ b/constants.py @@ -2,6 +2,6 @@ antiSpamFile = 'wordlist.txt' blacklistFile = 'word_blacklist.txt' configFile = 'config.json' appName = 'CatAsk' -version = '1.2.0' +version = '1.2.1' # id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9 version_id = '-alpha' diff --git a/static/css/style.css b/static/css/style.css index 45ae569..79a9fb5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -26,6 +26,7 @@ --bs-primary-subtle: color-mix(in srgb, var(--bs-primary) 10%, transparent); --bs-danger-bg-subtle: #2c0b0e; --bs-link-color: color-mix(in srgb, var(--bs-primary) 60%, white); + --bs-link-hover-color: color-mix(in srgb, var(--bs-primary) 80%, white); } .btn { diff --git a/templates/index.html b/templates/index.html index 2a7904d..405c79f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -65,7 +65,7 @@