Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/style.css b/style.css
index 25b4a91..45af2fb 100644
--- a/style.css
+++ b/style.css
@@ -53,6 +53,9 @@ text.counter {
rect#map {
fill: black;
opacity: 0;
+ /* fill-opacity: 0;
+ stroke: red;
+ stroke-width: 4px; */
}
polygon.firing-arc {
@@ -116,8 +119,8 @@ image#img2 {
}
#record-sheet {
- /* display: flex; */
- display: none;
+ display: flex;
+ /* display: none; */
}
#record-sheet > div {
@@ -140,9 +143,9 @@ div.soldier-record.selected {
background-color: lightgray;
}
-rect#view-box {
- stroke: red;
- stroke-width: 20px;
+rect#debug-view-box {
+ /* stroke: red;
+ stroke-width: 20px; */
fill: blue;
fill-opacity: 0.2;
} \ No newline at end of file