CSS remove forcd white color rule

This commit is contained in:
Kalle 2022-12-10 21:12:24 +02:00
parent 5b1da140df
commit 39fa236f40
3 changed files with 3 additions and 1 deletions

View File

@ -2,12 +2,12 @@
*::before,
*::after {
box-sizing: border-box;
color: var(--text);
}
body {
width: 100%;
background-color: var(--bg);
color: var(--text);
font-family: Lexend, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: antialiased;

View File

@ -35,6 +35,7 @@
height: 75px;
border-radius: var(--rounded);
background-color: var(--bg-lighter);
color: var(--text);
place-items: center;
transition: all 0.2s ease-out;
}

View File

@ -188,6 +188,7 @@
.u-search__user {
display: flex;
align-items: center;
color: var(--text);
font-weight: var(--body);
gap: var(--s-4);
line-height: 1.2rem;