diff --git a/src/components/plate.css b/src/components/plate.css index 080d789..f387310 100644 --- a/src/components/plate.css +++ b/src/components/plate.css @@ -5,12 +5,14 @@ table, tr, td { td.plate_cell { width: 30px; height: 30px; - background: blue; + background: none; + border-radius: 50%; + border: 2px solid black; } td.plate_cell:hover { - background: purple; + background: black; } td.current_select { - border: 3px solid red; + background: lightblue; }