mirror of
https://github.com/DeNNiiInc/Connect-5.git
synced 2026-04-17 22:46:00 +00:00
UI: Refine grid line visibility (0.3) and dots (0.4)
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
--border-medium: rgba(255, 255, 255, 0.2);
|
--border-medium: rgba(255, 255, 255, 0.2);
|
||||||
--success: #10b981;
|
--success: #10b981;
|
||||||
--danger: #ef4444;
|
--danger: #ef4444;
|
||||||
--grid-line: rgba(147, 51, 234, 0.5);
|
--grid-line: rgba(147, 51, 234, 0.3);
|
||||||
--grid-bg: #0f1420;
|
--grid-bg: #0f1420;
|
||||||
--cell-hover: rgba(147, 51, 234, 0.1);
|
--cell-hover: rgba(147, 51, 234, 0.1);
|
||||||
--win-highlight: hsl(270, 70%, 60%);
|
--win-highlight: hsl(270, 70%, 60%);
|
||||||
@@ -342,7 +342,7 @@ body {
|
|||||||
height: 4px;
|
height: 4px;
|
||||||
background: var(--grid-line);
|
background: var(--grid-line);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
opacity: 0.6;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cell:hover:not(.occupied) {
|
.cell:hover:not(.occupied) {
|
||||||
|
|||||||
Reference in New Issue
Block a user