Skip to content

Commit

Permalink
touchups for alex
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Jan 15, 2024
1 parent 46bb8fb commit 8742cbc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion resen/down/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ body {
background-image: url('down.jpg');
background-position: 43% 40%;
background-size: 500%;
cursor: grab;
--fg_dim: var(--fg);
touch-action: pinch-zoom;
user-select: none;
-webkit-user-select: none;
}

footer, h1, h2, nav {
text-shadow: var(--bg) 0 0 2px;
text-shadow: white 0 0 2px;
}

header, h2 {
opacity: .7;
}

nav {
Expand Down

0 comments on commit 8742cbc

Please sign in to comment.