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

github.com/J-Siu/hugo-theme-sk3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-08-22 12:38:23 +0300
committerJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-08-22 12:38:23 +0300
commitb4aada09a39aae7267d4f480f2115001c4d5bfc8 (patch)
tree690e2bf1212ba892c6b737f7ae4dd8eba0e5896e
parentd52ac6f5fa4eff9d9d7bb8c1e7aa70bcb5b4f1ec (diff)
sk3.css - active page button border (fixed #16)
-rw-r--r--static/css/sk3.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/sk3.css b/static/css/sk3.css
index fb535fb..f4ea86a 100644
--- a/static/css/sk3.css
+++ b/static/css/sk3.css
@@ -296,6 +296,12 @@ sk3-pager ul {
padding: 0;
}
+sk3-pager li.active {
+ border: 1px solid;
+ border-color: var(--link-color);
+ ;
+}
+
sk3-social {
font-size: var(--size-h1);
}