From 5242865e93f6d44ff417003250d119330aa55283 Mon Sep 17 00:00:00 2001 From: BrenoEpic Date: Mon, 19 Feb 2024 20:36:34 -0300 Subject: [PATCH] fix: make details more readable --- src/theme/components/VPFeature.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/theme/components/VPFeature.vue b/src/theme/components/VPFeature.vue index ff0ce0b..1156193 100644 --- a/src/theme/components/VPFeature.vue +++ b/src/theme/components/VPFeature.vue @@ -171,10 +171,10 @@ function onMouseLeave() { } .details { + font-weight: 400; + font-size: 15px; + line-height: 20px; flex-grow: 1; - line-height: 15px; - font-size: 14px; - font-weight: 500; color: var(--vp-c-text-3); }