1
0
mirror of https://github.com/Damillora/Yuika synced 2024-09-28 19:52:50 +00:00

Use darker colors for contrast improvement

This commit is contained in:
Damillora 2019-11-09 17:31:34 +07:00
parent 7f69a0e0a5
commit 4d13d0c008

View File

@ -5,7 +5,7 @@ html {
@apply font-sans; @apply font-sans;
} }
header { header {
background-color: #3b90c6; background-color: #085d93;
@apply py-4 px-4; @apply py-4 px-4;
} }
.index-navbar header { .index-navbar header {
@ -38,7 +38,7 @@ header {
@apply my-4 text-base font-light; @apply my-4 text-base font-light;
} }
#post a { #post a {
color: #3b90c6; color: #085d93;
@apply underline; @apply underline;
} }
#post .kg-card { #post .kg-card {
@ -60,7 +60,7 @@ header {
footer { footer {
background-color: #3b90c6; background-color: #085d93;
@apply py-4 px-4; @apply py-4 px-4;
} }
@ -81,7 +81,7 @@ footer {
} }
.nav-fixed { .nav-fixed {
background-color: #3b90c6; background-color: #085d93;
z-index: 10; z-index: 10;
} }
@tailwind components; @tailwind components;