summaryrefslogtreecommitdiff
path: root/src/components/Global/PageSection.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Global/PageSection.vue')
-rw-r--r--src/components/Global/PageSection.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Global/PageSection.vue b/src/components/Global/PageSection.vue
index 58119986..6f44a3a3 100644
--- a/src/components/Global/PageSection.vue
+++ b/src/components/Global/PageSection.vue
@@ -31,7 +31,7 @@ h2 {
content: '';
display: block;
width: 100px;
- border: 1px solid $gray-300;
+ border: 1px solid gray('300');
margin-top: 10px;
}
}