2FA page positioning fix
This commit is contained in:
parent
3b2236b722
commit
287fbf1163
2 changed files with 24 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// sparkline colors
|
||||
.sparkline-colors[data-name="backgroundColor"] {
|
||||
color: transparent;
|
||||
color: #faf9f6;
|
||||
}
|
||||
|
||||
.sparkline-colors[data-name="lineColor"] {
|
||||
|
|
@ -20,5 +20,5 @@
|
|||
}
|
||||
|
||||
.sparkline-colors[data-name="fillColor"] {
|
||||
color: #faf9f6;
|
||||
color: lighten(#323036, 200);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue