From: Adam Dullage Date: Tue, 28 Nov 2023 08:20:33 +0000 (+0000) Subject: Swapped explicit font sizes to rem values X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6a627cbc902156ed38b9c29fe00fe07233c0e9fa;p=flatnotes.git Swapped explicit font sizes to rem values --- diff --git a/flatnotes/src/components/RecentlyModified.vue b/flatnotes/src/components/RecentlyModified.vue index 05399f7..789d298 100644 --- a/flatnotes/src/components/RecentlyModified.vue +++ b/flatnotes/src/components/RecentlyModified.vue @@ -33,7 +33,7 @@ @import "../colours"; .mini-header { - font-size: 12px; + font-size: 0.75rem; font-weight: bold; color: var(--colour-text-very-muted); } diff --git a/flatnotes/src/components/SearchResults.vue b/flatnotes/src/components/SearchResults.vue index e0f5554..e39083b 100644 --- a/flatnotes/src/components/SearchResults.vue +++ b/flatnotes/src/components/SearchResults.vue @@ -97,7 +97,7 @@ .group-name { padding-left: 8px; font-weight: bold; - font-size: 32px; + font-size: 2rem; color: var(--colour-text-very-muted); margin-bottom: 8px; } @@ -112,7 +112,7 @@ .last-modified { color: var(--colour-text-muted); - font-size: 12px; + font-size: 0.75rem; } .result-contents { @@ -130,7 +130,7 @@ .tag { color: white; - font-size: 14px; + font-size: 0.75rem; background-color: var(--colour-brand); padding: 2px 6px; border-radius: 4px;