Fixing register button
This commit is contained in:
parent
407e2c0784
commit
36358e4190
1 changed files with 5 additions and 0 deletions
|
@ -123,6 +123,11 @@ body {
|
|||
color: var(--whiteColor);
|
||||
}
|
||||
|
||||
/* Register button */
|
||||
#custom-css .create-account-button{
|
||||
background-color: var(--mainForegroundColor);
|
||||
}
|
||||
|
||||
/* Icons from buttons */
|
||||
#custom-css .upload-button my-global-icon svg g[stroke="#000000"],
|
||||
#custom-css a.add-button my-global-icon svg circle[stroke="#000000"],
|
||||
|
|
Loading…
Add table
Reference in a new issue