From 74bb06d4675d7d6f929c36042a1ed519cf0bf6f5 Mon Sep 17 00:00:00 2001 From: gsd Date: Mon, 9 Oct 2023 23:36:43 +0300 Subject: [PATCH] main finalize --- src/App.vue | 1 + .../MainView/Components/WhyNotText.vue | 25 ++++++++++++++++--- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8a4e71d..4fe10b7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -78,6 +78,7 @@ h6 { } p { + font-family: tf2secondary; color: #fdecc1; } diff --git a/src/components/TabsMenuElements/MainView/Components/WhyNotText.vue b/src/components/TabsMenuElements/MainView/Components/WhyNotText.vue index d548a10..0a698fe 100644 --- a/src/components/TabsMenuElements/MainView/Components/WhyNotText.vue +++ b/src/components/TabsMenuElements/MainView/Components/WhyNotText.vue @@ -1,7 +1,17 @@ @@ -10,4 +20,11 @@ export default { name: 'WhyNotText' } - \ No newline at end of file + + + \ No newline at end of file