Skip to content

Commit

Permalink
chrome: Fix nav face and poster statuses
Browse files Browse the repository at this point in the history
nav logo looks weird still on chrome, may need to replace with an svg
  • Loading branch information
IRHM committed May 7, 2023
1 parent a02f7e8 commit deeec0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions src/lib/Poster.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
&.rating {
span {
color: black;
-webkit-text-stroke: 1.5px black;
/* -webkit-text-stroke: 1.5px black; */
&:first-child {
font-size: 39px;
Expand All @@ -262,7 +262,11 @@
&:hover span,
&:focus-visible span {
color: gold;
-webkit-text-stroke: 1.5px gold;
/* -webkit-text-stroke: 1.5px gold; */
}
div button {
font-size: 20px;
}
}
Expand Down Expand Up @@ -298,7 +302,6 @@
width: 100%;
color: black;
fill: black;
font-size: 20px;
& :global(svg) {
width: 100%;
Expand Down
6 changes: 3 additions & 3 deletions src/routes/(app)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@
}
h1 {
font-weight: bold;
color: white;
-webkit-text-stroke: 1.5px black;
-webkit-text-stroke: 1px black;
font-size: 35px;
transition: color 150ms ease;
}
Expand All @@ -134,8 +135,7 @@
button.face {
font-family: "Rampart One", system-ui, -apple-system, BlinkMacSystemFont;
font-size: 25px;
writing-mode: vertical-rl;
text-orientation: mixed;
transform: rotate(90deg);
cursor: pointer;
transition: -webkit-text-stroke 150ms ease, color 150ms ease;
Expand Down

0 comments on commit deeec0c

Please sign in to comment.