fix(app/web): oauth color for light mode
This commit is contained in:
@@ -305,7 +305,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.oauth-github {
|
.oauth-github {
|
||||||
color: var(--color-btn-primary-text);
|
color: var(--color-text-primary);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -456,7 +456,7 @@
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* */
|
/* OAuth */
|
||||||
.badges-oauth {
|
.badges-oauth {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center ;
|
align-items: center ;
|
||||||
|
|||||||
Reference in New Issue
Block a user