design dark mode page user-account
This commit is contained in:
@@ -610,3 +610,22 @@ html {
|
||||
stroke: #a1a1a1 !important;
|
||||
fill: #a1a1a1 !important;
|
||||
}
|
||||
|
||||
.dark .MuiOutlinedInput-notchedOutline {
|
||||
border-color: #343645 !important;
|
||||
}
|
||||
|
||||
.dark .Mui-disabled,
|
||||
.dark .MuiInputBase-input {
|
||||
transition: 0.3s all;
|
||||
-webkit-text-fill-color: #a1a1a1 !important;
|
||||
}
|
||||
|
||||
.dark .Mui-disabled {
|
||||
-webkit-text-fill-color: rgba(161, 161, 161, 0.6) !important;
|
||||
}
|
||||
|
||||
.dark .MuiPaper-root {
|
||||
background: #1f1d2b !important;
|
||||
box-shadow: 0px 0px 14.2px 0px rgba(74, 73, 73, 0.19) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user