diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-19 20:32:24 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-19 20:32:24 +0100 |
commit | 0ddd056990d33f335cefc7f0a633e837ce7e116a (patch) | |
tree | b15df5c9ce1d2eb251a0e21cf701ee08cb5a4c2c /styles | |
parent | 1787205f04c9008a753618839bc8da72708f5cab (diff) |
working connect 4 game on website
Diffstat (limited to 'styles')
-rw-r--r-- | styles/disk.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/styles/disk.css b/styles/disk.css new file mode 100644 index 0000000..d858335 --- /dev/null +++ b/styles/disk.css @@ -0,0 +1,3 @@ +.voerBord .disk.state-0 { background-color: var(--page-background); } +.voerBord .disk.state-1 { background-color: var(--disk-a); } +.voerBord .disk.state-2 { background-color: var(--disk-b); } |