generated from ztimson/template
Compare commits
2 Commits
8ba19ef0c4
...
ea7b97198f
| Author | SHA1 | Date | |
|---|---|---|---|
| ea7b97198f | |||
| 46e84e4705 |
@@ -1,5 +1,5 @@
|
||||
|
||||
FROM node:22-alpine
|
||||
FROM node:22-slim
|
||||
|
||||
ENV PORT=80
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
cursor: url('/assets/cursor.png'), auto !important;
|
||||
}
|
||||
|
||||
html, body {
|
||||
@@ -25,8 +24,8 @@
|
||||
font-family: 'Courier New', monospace;
|
||||
}
|
||||
|
||||
button, input {
|
||||
cursor: default;
|
||||
*, button, input {
|
||||
cursor: url('/assets/cursor.png'), auto !important;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user