summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorIgrisBRC <[email protected]>2024-07-17 18:09:36 +0530
committerGitHub <[email protected]>2024-07-17 18:09:36 +0530
commit5123593638f73239de9a1bb1bd287b1d0e87daaf (patch)
tree95d038d23db29777d8f3d433cbcbe64f64c1bcfd /public/style.css
parenta7e11ff8f729a669d8b2445f066606302ecb1b46 (diff)
parent438ad19a536dab544b6071c741ab6107bf63dabb (diff)
Merge pull request #5 from ameliasquires/main
fix castling and cleanliness
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css
index 929af94..86510ea 100644
--- a/public/style.css
+++ b/public/style.css
@@ -6,7 +6,8 @@
.box{
height: 76px;
width: 76px;
- position: relative;
+ position: relative;
+ user-select: none;
}
.top-corner{
padding: 1px;