aboutsummaryrefslogtreecommitdiff
path: root/data/vue/Section.vue
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-04-11 14:07:37 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-04-14 23:05:25 +0200
commitb1f78f2cddbcf1e137acb13c31b46e06d3012c58 (patch)
treef16ff77de4ddbb06aac2a8497ba2448d3846def9 /data/vue/Section.vue
parent0eadabbd642de773ce3187310eb4a52fd5dcd455 (diff)
Adds heatmaps
Diffstat (limited to 'data/vue/Section.vue')
-rw-r--r--data/vue/Section.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/vue/Section.vue b/data/vue/Section.vue
index f0202c0..7f4d633 100644
--- a/data/vue/Section.vue
+++ b/data/vue/Section.vue
@@ -24,9 +24,9 @@ defineExpose({ visible })
<style>
.section_header {
- border-bottom: 1px solid #586e75;
+ border-bottom: 1px solid gray;
cursor: pointer;
- font-size: 18px;
+ font-size: 16px;
font-weight: normal;
}