summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/gray.css4
-rw-r--r--themes/mocca.css5
-rw-r--r--themes/night.css4
-rw-r--r--themes/plan9.css4
-rw-r--r--themes/sepia.css4
5 files changed, 21 insertions, 0 deletions
diff --git a/themes/gray.css b/themes/gray.css
index 6f8f7ed..ab2b611 100644
--- a/themes/gray.css
+++ b/themes/gray.css
@@ -7,3 +7,7 @@ body .header,
body .footer {
color : #B85C57;
}
+
+body .footer .spacer .toc-bar-entry.current-position {
+ background : #B85C57;
+} \ No newline at end of file
diff --git a/themes/mocca.css b/themes/mocca.css
index 9005561..6deb233 100644
--- a/themes/mocca.css
+++ b/themes/mocca.css
@@ -26,3 +26,8 @@ body .header button.btn {
text-shadow : #534636 0px 0px;
border-color : #534636;
}
+
+
+body .footer .spacer .toc-bar-entry.current-position {
+ background : #F4BC87;
+}
diff --git a/themes/night.css b/themes/night.css
index d0a7ede..2c3b816 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -6,3 +6,7 @@ body, .loading, html:-webkit-full-screen {
body .modal {
color : #333;
}
+
+body .footer .spacer .toc-bar-entry.current-position {
+ background : darkred;
+} \ No newline at end of file
diff --git a/themes/plan9.css b/themes/plan9.css
index d3d25c8..e2a2867 100644
--- a/themes/plan9.css
+++ b/themes/plan9.css
@@ -15,3 +15,7 @@ body .header,
body .footer {
color : #B85C57;
}
+
+body .footer .spacer .toc-bar-entry.current-position {
+ background : #B85C57;
+} \ No newline at end of file
diff --git a/themes/sepia.css b/themes/sepia.css
index 102d9c3..cb5b2d1 100644
--- a/themes/sepia.css
+++ b/themes/sepia.css
@@ -7,3 +7,7 @@ body .header,
body .footer {
color : #B85C57;
}
+
+body .footer .spacer .toc-bar-entry.current-position {
+ background : #B85C57;
+} \ No newline at end of file