Compare commits

..

No commits in common. "3fae019148411de70716cb4e55ab96cea1cd7cb8" and "80f5994d960f4a50239d93ea94ed33e01271eb75" have entirely different histories.

6 changed files with 7 additions and 24 deletions

View File

@ -46,7 +46,6 @@
--text-gray-1: #919191; /* lch(60, 0, X) */
--link-0: #3a94fb; /* lch(60, 60, 270) */
--link-1: #4ea1ff; /* lch(65, 60, 270) -- out of sRGB */
--figure-border: #1f5593; /* lch(35, 40, 270) */
@ -424,15 +423,16 @@
justify-content: center;
}
.share-buttons button,
.share-buttons a {
background-color: var(--background-2);
color: var(--text-2);
padding: 4px;
border-radius: 8px;
}
.share-buttons a:hover {
background-color: var(--background-3);
color: var(--text-3);
.share-buttons button {
border: none;
}
.share-buttons svg {
@ -631,7 +631,6 @@ a:hover {
blockquote {
border-left: 5px solid var(--background-2);
padding-left: 15px;
margin-left: 0;
}
hr {
@ -706,9 +705,6 @@ table.markdown {
margin: auto 0;
}
/* TODO: make the code copy button prettier */
.code-block > .code-header > .code-copy-button {
color: var(--link-1);
}
.code-block > .code-header > .code-copy-button:hover {
cursor: pointer;
}

View File

@ -5,7 +5,7 @@
<div class="code-block">
<div class="code-header">
<span class="code-type">{{ $type }}</span>
<a href="javascript:void(0)" class="code-copy-button">
<a class="code-copy-button">
{{ i18n "copy_to_clipboard" }}
</a>
</div>

View File

@ -5,10 +5,6 @@
{{ partial "rss-link.html" . }}
</h1>
{{ with .Content }}
{{ . }}
{{ end }}
<div class="list-page-content">
{{ with .Sections }}
<div class="sections">

View File

@ -4,10 +4,6 @@
{{ .Title | markdownify }}
</h1>
{{ with .Content }}
{{ . }}
{{ end }}
<div class="page-list">
{{ with .Paginator.Pages }}
{{ range . }}

View File

@ -54,10 +54,9 @@
*/}}
{{ if .Site.Params.shareButtons.print }}
<a class="print-share"
href="javascript:void(0)"
<button class="print-share"
onclick="window.print(); share_event('Print');">
{{- partial "icon.html" "printer" -}}
</a>
</button>
{{ end }}
</div>

View File

@ -4,10 +4,6 @@
{{ .Title | markdownify }}
</h1>
{{ with .Content }}
{{ . }}
{{ end }}
<div class="series-taxonomy-list">
{{ with .Pages }}
{{ range . }}