Skip to content

Commit

Permalink
increased readability of region markers
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkc committed Oct 23, 2023
1 parent cfa0228 commit ed43f4c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion assets/css/gens.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import 'defaults', 'navbar';
// region marker
$marker-color: rgba(#81A1C1, 0.5);
$marker-color: rgba(#dcd16f, 0.3);
// buttons
$btn-zoom-color: #8FBCBB;
$btn-navigate-color: #6DB2C5;
Expand Down Expand Up @@ -288,6 +288,12 @@ html, body {
display: grid;
grid-row: 2;
grid-column: 1;

.marker {
border-style: solid;
border-left-width: 2px;
border-right-width: 2px;
}
}

#interactive-container {
Expand Down Expand Up @@ -338,6 +344,9 @@ html, body {

.marker {
background-color: $marker-color;
border: dashed 1px #7c7c7c;
border-top-width: 0;
border-bottom-width: 0;
pointer-events:none;
position: relative;
}
Expand Down

0 comments on commit ed43f4c

Please sign in to comment.