Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style.css b/style.css
index b1a581a..c53f289 100644
--- a/style.css
+++ b/style.css
@@ -14,6 +14,10 @@ svg {
/* max-height: 100vw; */
}
+svg text {
+ user-select: none;
+}
+
div#content {
border-left: 1px solid gray;
flex-basis: 0;
@@ -182,7 +186,7 @@ img.logo {
}
div.soldier-record.selected {
- background-color: lightgray;
+ background-color: khaki;
}
rect#debug-view-box {