mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Fix colors
This commit is contained in:
parent
77968be454
commit
0fae37a999
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@
|
|||
}
|
||||
a.button {
|
||||
color: #ffffff !important;
|
||||
background-color: #2D2D31 !important;
|
||||
border-color: #414146 !important;
|
||||
background-color: {{accentColor}} !important;
|
||||
border-color: {{accentColor}} !important;
|
||||
}
|
||||
h1, h2, h3 {
|
||||
color: #373b4d !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue