summaryrefslogtreecommitdiff
path: root/style/campus.less
diff options
context:
space:
mode:
Diffstat (limited to 'style/campus.less')
-rw-r--r--style/campus.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/style/campus.less b/style/campus.less
index e93f4fa..a330595 100644
--- a/style/campus.less
+++ b/style/campus.less
@@ -6,13 +6,13 @@ body[data-page="campus"] #campus-map {
svg {
.building {
stroke: @color-campus-building-border;
- stroke-width: 3;
+ stroke-width: 6;
fill: @color-campus-building-fill;
- opacity: .3;
+ opacity: .5;
&:hover {
opacity: .7;
- stroke-width: 6;
+ stroke-width: 9;
}
}
}