Themes
This commit is contained in:
parent
a5f628b74d
commit
4ef3a78cc8
|
@ -2310,6 +2310,21 @@ body::after {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
.colorSwatch-3g4qA8 { /* profilesettings colorswatch */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.colorSwatch-3g4qA8 > [role="radio"] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.colorSwatch-3g4qA8 > .dropperIconButton-2shYII {
|
||||
width: 69px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.accountList-33MS45 { /* connections container */
|
||||
background-color: rgba(var(--transparencycolor), .4);
|
||||
}
|
||||
|
|
|
@ -1870,6 +1870,21 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
object-position: -999999px -999999px;
|
||||
}
|
||||
|
||||
.colorSwatch-3g4qA8 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.colorSwatch-3g4qA8 > [role="radio"] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.colorSwatch-3g4qA8 > .dropperIconButton-2shYII {
|
||||
width: 69px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#app-mount .authedApp-mj2Hmd {
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue