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
|
ENV PORT=80
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
cursor: url('/assets/cursor.png'), auto !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
@@ -25,8 +24,8 @@
|
|||||||
font-family: 'Courier New', monospace;
|
font-family: 'Courier New', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, input {
|
*, button, input {
|
||||||
cursor: default;
|
cursor: url('/assets/cursor.png'), auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user