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
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/site.css')
-rw-r--r--assets/css/site.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/site.css b/assets/css/site.css
index a88e360..0a8e083 100644
--- a/assets/css/site.css
+++ b/assets/css/site.css
@@ -48,4 +48,10 @@
.pagination .page-item:not(.disabled):hover {
@apply text-eureka;
+}
+
+.selected-menu-item {
+ @apply text-eureka;
+ border-top-color: var(--color-eureka);
+ border-bottom-color: transparent;
} \ No newline at end of file