We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8933b8f commit 21ebaebCopy full SHA for 21ebaeb
_layouts/base.html
@@ -8,7 +8,7 @@
8
<!-- Theme CSS -->
9
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
10
11
- <script src="https://unpkg.com/clipboard.js"></script>
+ <script src="https://unpkg.com/clipboard@2/dist/clipboard.min.js"></script>
12
</head>
13
14
<body>
assets/main.scss
@@ -97,6 +97,12 @@ body {
97
text-decoration: underline !important;
98
}
99
100
+.page-link:active,
101
+.next-page:active,
102
+.pager-edge:active {
103
+ color: inherit !important;
104
+}
105
+
106
.site-nav .page-link:visited {
107
color: #1f2937 !important;
108
text-decoration: none !important;
0 commit comments