fix(app/web): add disclaimer about using localstorage

This commit is contained in:
lowlighter
2022-08-17 20:23:17 -04:00
parent 77d15eb188
commit 4b35fc5169
3 changed files with 38 additions and 11 deletions

View File

@@ -305,7 +305,7 @@
}
.oauth-github {
color: var(--color-text-primary);
color: var(--color-text-primary) !important;
display: flex;
align-items: center;
justify-content: center;
@@ -463,7 +463,7 @@
}
.badges-oauth .border {
width: 4rem;
border: 3px dashed var(--color-border-secondary);
border-top: 3px dashed var(--color-border-secondary);
}
.badge-oauth {
width: 96px;