Use dark grey for all text, change theme color

This commit is contained in:
2026-01-27 11:00:06 +07:00
parent a8dc4c81e4
commit 104a742543
3 changed files with 4 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ body {
margin: 0;
font-family: 'Noto Serif', sans-serif;
font-size: 16px;
color: #333;
}
#root,
@@ -96,7 +97,7 @@ body {
.user-avatar-placeholder {
width: 40px;
height: 40px;
background: #333;
background: #2a3743;
border-radius: 50%;
display: flex;
align-items: center;
@@ -192,7 +193,6 @@ body {
bottom: 0;
width: 300px;
background: white;
color: #333;
z-index: 3100; /* Higher than Header (3000) */
box-shadow: 2px 0 5px rgb(0 0 0 / 10%);
display: flex;