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; +}