Skip to content

Commit

Permalink
chore: update css
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Oct 3, 2023
1 parent ac37216 commit d73f434
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions public/styles.b9207b.css → public/styles.ce44c5.css
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,10 @@ video {
display: grid;
}

.h-11 {
height: 2.75rem;
}

.h-4 {
height: 1rem;
}
Expand Down Expand Up @@ -818,6 +822,11 @@ video {
color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-red-500 {
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity));
}

.opacity-0 {
opacity: 0;
}
Expand Down
4 changes: 2 additions & 2 deletions views/layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<title>Movies</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{{ if eq .AppEnv "development" }}
<link href="/public/styles.css" rel="stylesheet" />
<link href="/public/styles.ce44c5.css" rel="stylesheet" />
{{ else }}
<link href="/public/styles.b9207b.css" rel="stylesheet" />
<link href="/public/styles.ce44c5.css" rel="stylesheet" />
{{ end }}
<script
src="https://unpkg.com/htmx.org@1.9.6"
Expand Down

0 comments on commit d73f434

Please sign in to comment.