From f3660160a5deefb0fc6c1129787b9b73d38edc6a Mon Sep 17 00:00:00 2001 From: nquidox Date: Tue, 7 Oct 2025 20:39:15 +0300 Subject: [PATCH] styles added --- src/styles/styles.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/styles/styles.css b/src/styles/styles.css index b8994a0..665f0c1 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -100,3 +100,15 @@ :deep(.mobile-full-width) { width: 100%; } + +.default-color{ + color: #18a058; +} + +.underline { + text-decoration: underline; +} + +.link-like-text { + cursor: pointer; +}