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.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/css/site.css b/assets/css/site.css
index 4c94aaf..801cef5 100644
--- a/assets/css/site.css
+++ b/assets/css/site.css
@@ -1,3 +1,23 @@
.starter {
color: blue;
}
+
+.sticky-title {
+ @apply sticky top-0
+}
+
+.sticky-toc {
+ @apply sticky top-0
+}
+
+.sticky-toc a {
+ @apply text-gray-100
+}
+
+.sticky-toc a:hover, a:focus {
+ @apply text-red-900
+}
+
+.important-text {
+ @apply text-red-900 !important
+}