Skip to content

Commit

Permalink
chore: hashed css
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Sep 6, 2024
1 parent c9b9588 commit f4657ef
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions public/styles.613acc.css → public/styles.94f92c.css
Original file line number Diff line number Diff line change
Expand Up @@ -1117,8 +1117,8 @@ video {
* */

@media (prefers-reduced-motion: no-preference) and (min-width: 1024px) {
.year-indicator .year,
.month-indicator .month {
.year,
.month {
opacity: 0;
transform: translateY(50px);
animation: fade-in linear forwards;
Expand Down
4 changes: 2 additions & 2 deletions public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1127,8 +1127,8 @@ video {
* */

@media (prefers-reduced-motion: no-preference) and (min-width: 1024px) {
.year-indicator .year,
.month-indicator .month {
.year,
.month {
opacity: 0;
transform: translateY(50px);
animation: fade-in linear forwards;
Expand Down
6 changes: 4 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
opacity: 0;
transition: opacity 500ms ease-in;
}

.htmx-request .htmx-indicator {
opacity: 1;
}

.htmx-request.htmx-indicator {
opacity: 1;
}
Expand Down Expand Up @@ -44,8 +46,8 @@
* animation needed to be before animation-timeline.
* */
@media (prefers-reduced-motion: no-preference) and (min-width: 1024px) {
.year-indicator .year,
.month-indicator .month {
.year,
.month {
opacity: 0;
transform: translateY(50px);
animation: fade-in linear forwards;
Expand Down
2 changes: 1 addition & 1 deletion views/layout.templ
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ templ Layout(title string, description string) {
<meta name="twitter:site" content="@rnattochdag"/>
<meta name="twitter:creator" content="@rnattochdag"/>
<link rel="icon" type="image/png" href="/public/favicon.png"/>
<link href="/public/styles.613acc.css" rel="stylesheet"/>
<link href="/public/styles.94f92c.css" rel="stylesheet"/>
<link rel="manifest" href="/public/manifest.webmanifest"/>
<script src="/public/htmx.2.0.2.min.js"></script>
<script src="/public/hyperscript.0.9.12.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion views/layout_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4657ef

Please sign in to comment.