From 35bbfbab598391143b09607c9e61fe637c14c71f Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Mon, 29 Jan 2024 19:48:18 -0500 Subject: [PATCH] Set .material-symbols-outlined font-size to medium --- src/App.vue | 6 +++--- src/theme.css | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8bd20ca..1acd8c5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@ import Loading from "vue-loading-overlay"; import GithubButton from "vue-github-button"; import { install } from "@github/hotkey"; -import 'vue-loading-overlay/dist/css/index.css'; +import "vue-loading-overlay/dist/css/index.css"; export default { data() { @@ -130,7 +130,7 @@ export default { diff --git a/src/theme.css b/src/theme.css index 4063505..efbc18b 100644 --- a/src/theme.css +++ b/src/theme.css @@ -62,3 +62,7 @@ footer { background-size: contain; background-position-y: bottom; } + +.material-symbols-outlined { + font-size: medium; +}