mirror of
https://github.com/Damillora/Yuika
synced 2024-11-05 02:17:32 +00:00
Use darker colors for contrast improvement
This commit is contained in:
parent
7f69a0e0a5
commit
4d13d0c008
@ -5,7 +5,7 @@ html {
|
||||
@apply font-sans;
|
||||
}
|
||||
header {
|
||||
background-color: #3b90c6;
|
||||
background-color: #085d93;
|
||||
@apply py-4 px-4;
|
||||
}
|
||||
.index-navbar header {
|
||||
@ -38,7 +38,7 @@ header {
|
||||
@apply my-4 text-base font-light;
|
||||
}
|
||||
#post a {
|
||||
color: #3b90c6;
|
||||
color: #085d93;
|
||||
@apply underline;
|
||||
}
|
||||
#post .kg-card {
|
||||
@ -60,7 +60,7 @@ header {
|
||||
|
||||
|
||||
footer {
|
||||
background-color: #3b90c6;
|
||||
background-color: #085d93;
|
||||
@apply py-4 px-4;
|
||||
}
|
||||
|
||||
@ -81,7 +81,7 @@ footer {
|
||||
}
|
||||
|
||||
.nav-fixed {
|
||||
background-color: #3b90c6;
|
||||
background-color: #085d93;
|
||||
z-index: 10;
|
||||
}
|
||||
@tailwind components;
|
||||
|
Loading…
Reference in New Issue
Block a user