mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 09:46:11 +01:00
Fix nownownow style
This commit is contained in:
parent
f1b7775e19
commit
d2379a271a
3 changed files with 3 additions and 13 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -4,9 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
schedule:
|
schedule:
|
||||||
# Rebuild at the first moment of the new year
|
# Rebuild every day, to update 'year relative' dates, change now page & calendar
|
||||||
# ensures that anywhere I'm using year-relative dates stay accurate.
|
- cron: '0 0 * * *'
|
||||||
- cron: '0 0 1 1 *'
|
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
|
@ -799,15 +799,6 @@ a:hover time {
|
||||||
body.nownownow .post-content > p {
|
body.nownownow .post-content > p {
|
||||||
position: relative;
|
position: relative;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
|
|
||||||
&::first-letter {
|
|
||||||
font-size: 2rem;
|
|
||||||
line-height: 20px;
|
|
||||||
position: absolute;
|
|
||||||
margin-left: -4rem;
|
|
||||||
padding-top: 0.5rem;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^="/tags/"] {
|
a[href^="/tags/"] {
|
||||||
|
|
|
@ -26,4 +26,4 @@
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<a href="{{ $destination | safeURL }}"{{ with .Class }} class="{{ . }}"{{ end }}{{ with $title }} title="{{ . }}"{{ end }}{{ if $isExternal }} target="_blank"{{ end }}{{ with $ref.rel }} rel="{{ . }}"{{ end }}>{{ $text }}</a>
|
<a href="{{ $destination | safeURL }}"{{ with .Class }} class="{{ . }}"{{ end }}{{ with $title }} title="{{ . }}"{{ end }}{{ if $isExternal }} target="_blank"{{ end }}{{ with $ref.rel }} rel="{{ . }}"{{ end }}>{{ $text | safeHTML }}</a>
|
Loading…
Reference in a new issue