update background color and shit
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
body {
|
||||
|
||||
--mainBackgroundColor: #141414;
|
||||
--mainBackgroundColor: #121313;
|
||||
--mainForegroundColor: #FFF;
|
||||
--mainBackgroundHoverColor: #fef3ec;
|
||||
|
||||
@ -44,6 +44,22 @@ span.instance-name {
|
||||
-webkit-text-fill-color: transparent !important;
|
||||
}
|
||||
|
||||
input.p-inputtext.p-component.ng-star-inserted {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.custom-markup-container a ,
|
||||
.modal-body p a {
|
||||
color: #f57200 !important;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
.custom-markup-container a:hover,
|
||||
.modal-body p a:hover {
|
||||
color: #D16100 !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.icon.icon-logo {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
|
Reference in New Issue
Block a user