mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 22:26:57 -05:00
CSS remove forcd white color rule
This commit is contained in:
parent
5b1da140df
commit
39fa236f40
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user