update to opacity-60
This commit is contained in:
parent
45ef29d0ff
commit
39c5ccc1af
4 changed files with 5 additions and 5 deletions
|
@ -1504,8 +1504,8 @@ body {
|
|||
text-decoration-line: none;
|
||||
}
|
||||
|
||||
.opacity-50 {
|
||||
opacity: 0.5;
|
||||
.opacity-60 {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.shadow-xl {
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0">
|
||||
<h2 class="!my-0 pb-1 !leading-none">{{ .Title }}</h2>
|
||||
<time class="text-sm opacity-50"
|
||||
<time class="text-sm opacity-60"
|
||||
>{{ .Date | time.Format ":date_medium" }}</time
|
||||
>
|
||||
<a class="absolute inset-0 text-[0]" href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<h1 class="!my-0 pb-2.5">{{ .Title }}</h1>
|
||||
|
||||
{{ if ne .Type "page" }}
|
||||
<div class="text-sm opacity-50">
|
||||
<div class="text-sm opacity-60">
|
||||
{{ if .Date }}
|
||||
<time>{{ .Date | time.Format ":date_medium" }}</time>
|
||||
{{ end }}<!---->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<footer
|
||||
class="opaco mx-auto flex h-[5rem] max-w-3xl items-center px-8 text-[0.9em] opacity-50"
|
||||
class="opaco mx-auto flex h-[5rem] max-w-3xl items-center px-8 text-[0.9em] opacity-60"
|
||||
>
|
||||
<div class="mr-auto">
|
||||
© {{ now.Year }}
|
||||
|
|
Loading…
Reference in a new issue