Skip to content

Commit 21ebaeb

Browse files
committed
Copied changes from hmpl/blog
1 parent 8933b8f commit 21ebaeb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

_layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- Theme CSS -->
99
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
1010

11-
<script src="https://unpkg.com/clipboard.js"></script>
11+
<script src="https://unpkg.com/clipboard@2/dist/clipboard.min.js"></script>
1212
</head>
1313

1414
<body>

assets/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ body {
9797
text-decoration: underline !important;
9898
}
9999

100+
.page-link:active,
101+
.next-page:active,
102+
.pager-edge:active {
103+
color: inherit !important;
104+
}
105+
100106
.site-nav .page-link:visited {
101107
color: #1f2937 !important;
102108
text-decoration: none !important;

0 commit comments

Comments
 (0)