Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2022-06-10 22:44:08 +0300
committerGitHub <noreply@github.com>2022-06-10 22:44:08 +0300
commit7195431d8c915c76730243b11d66fedf7fe1bb47 (patch)
tree5710b29f568134daf6050ed949b7c01f7eb90cce /exampleSite
parented5c770d579406ccf8a3b9b1411739d54bff1665 (diff)
fix: improve keyboard accessability for anchors and code blocks (#434)v0.32.1
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/static/custom.css.example20
1 files changed, 14 insertions, 6 deletions
diff --git a/exampleSite/static/custom.css.example b/exampleSite/static/custom.css.example
index 2c6c213..7f989d0 100644
--- a/exampleSite/static/custom.css.example
+++ b/exampleSite/static/custom.css.example
@@ -24,7 +24,9 @@
--code-background: #f5f6f8;
--code-accent-color: #e3e7eb;
--code-accent-color-lite: #eff1f3;
+ --code-font-color: #5f5f5f;
+ --code-copy-background: #f5f6f8;
--code-copy-font-color: #6b7784;
--code-copy-border-color: #adb4bc;
--code-copy-success-color: #00c853;
@@ -58,7 +60,9 @@
--code-background: #f5f6f8;
--code-accent-color: #e3e7eb;
--code-accent-color-lite: #eff1f3;
+ --code-font-color: #5f5f5f;
+ --code-copy-background: #f5f6f8;
--code-copy-font-color: #6b7784;
--code-copy-border-color: #adb4bc;
--code-copy-success-color: #00c853;
@@ -94,10 +98,12 @@
--code-background: #2f353a;
--code-accent-color: #262b2f;
--code-accent-color-lite: #2b3035;
+ --code-font-color: #b9b9b9;
- --code-copy-font-color: #adb4bc;
- --code-copy-border-color: #808c98;
- --code-copy-success-color: #00c853;
+ --code-copy-background: #343a40;
+ --code-copy-font-color: #6b7784;
+ --code-copy-border-color: #6b7784;
+ --code-copy-success-color: #37905c;
--accent-color: #2b3035;
--accent-color-lite: #2f353a;
@@ -128,10 +134,12 @@
--code-background: #2f353a;
--code-accent-color: #262b2f;
--code-accent-color-lite: #2b3035;
+ --code-font-color: #b9b9b9;
- --code-copy-font-color: #adb4bc;
- --code-copy-border-color: #808c98;
- --code-copy-success-color: #00c853;
+ --code-copy-background: #343a40;
+ --code-copy-font-color: #6b7784;
+ --code-copy-border-color: #6b7784;
+ --code-copy-success-color: #37905c;
--accent-color: #2b3035;
--accent-color-lite: #2f353a;