Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/style.css b/style.css
index 67c99ba..68e5294 100644
--- a/style.css
+++ b/style.css
@@ -74,8 +74,8 @@ div#content {
svg > defs > #point {
fill: transparent;
- stroke: red;
- stroke-width: 1px;
+ stroke: black;
+ stroke-width: 0.5px;
}
use[href="#point"] {
@@ -90,6 +90,10 @@ g#points {
transform: translate(19px, 31px) scale(4);
}
+g#test {
+ transform: scale(2);
+}
+
#background {
fill: #bacae3;
}