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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-05-17 17:58:10 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-05-17 17:58:10 +0300
commit3ff2c0ccac34e3df2b5c801f94abed2a3c45307d (patch)
tree11d72b804e8da48fb651a6db23b3ce32ef039be5 /assets
parent5c64e901e1f0b6443968f95a07fb55a54ea2c226 (diff)
style: brand new index.html
Diffstat (limited to 'assets')
-rw-r--r--assets/css/markdown.css4
-rw-r--r--assets/css/site.css4
2 files changed, 0 insertions, 8 deletions
diff --git a/assets/css/markdown.css b/assets/css/markdown.css
index 495ed9e..f6f62eb 100644
--- a/assets/css/markdown.css
+++ b/assets/css/markdown.css
@@ -28,10 +28,6 @@
@apply text-eureka;
}
-.content a:focus {
- @apply text-eureka underline;
-}
-
.content a:hover {
@apply text-eureka underline;
}
diff --git a/assets/css/site.css b/assets/css/site.css
index 47e6f9b..da53d46 100644
--- a/assets/css/site.css
+++ b/assets/css/site.css
@@ -15,10 +15,6 @@
@apply text-eureka;
}
-.sticky-toc a:focus {
- @apply text-eureka;
-}
-
.sticky-toc ul {
@apply text-base pl-8 list-disc;
}