diff --git a/index.html b/index.html index ceba604..c4543ca 100644 --- a/index.html +++ b/index.html @@ -305,6 +305,21 @@ text-shadow: white 0 0 10px, black 0 0 50px, black 0 0 30px; } + .drop-instruction { + border: 2px #eee dashed; + border-radius: 10px; + padding: 7px 15px; + } + [data-bs-theme="dark"] .drop-instruction { + border: 2px #333 dashed; + } + /* hide on small devices */ + @media (max-width: 800px) { + .drop-instruction { + display: none; + } + } + #hero { position: relative; } @@ -424,7 +439,7 @@