diff --git a/src/features/styles/_variables.scss b/src/features/styles/_variables.scss index 26563e13..92f3172d 100644 --- a/src/features/styles/_variables.scss +++ b/src/features/styles/_variables.scss @@ -8,7 +8,7 @@ $i-mac: 2400px; $max-height: 8000px; $highlight-color: #30ffcb; $deep-light-color: #dfdfdf; -$background-color: #0b1d2d; +$background-color: rgb(20 22 33); $dark-color: rgb(100 116 139); $base-color: #425061; $sub-color: #61768f; diff --git a/src/features/styles/ui/about/index.scss b/src/features/styles/ui/about/index.scss index ac41a6d3..d2c5eb47 100644 --- a/src/features/styles/ui/about/index.scss +++ b/src/features/styles/ui/about/index.scss @@ -200,7 +200,7 @@ } .link { - color: #21997b; + color: #2dd0a8; &:hover { color: $highlight-color; diff --git a/src/features/styles/ui/posts/posts.scss b/src/features/styles/ui/posts/posts.scss index 76689a5b..247c99f6 100644 --- a/src/features/styles/ui/posts/posts.scss +++ b/src/features/styles/ui/posts/posts.scss @@ -55,7 +55,7 @@ } .post-description { - color: $sub-color; + color: $min-color; } li { @@ -106,9 +106,8 @@ margin-top: 0.5rem; .title { - font-size: 1.25rem; - line-height: 1.75rem; - margin-right: 1rem; + font-size: 1.4rem; + margin: 0 1rem 0.3rem 0; } }