chore: lint

This commit is contained in:
coderaiser 2024-03-29 10:31:42 +02:00
parent cc134464a4
commit cf9ed97c3e
3 changed files with 20 additions and 18 deletions

View file

@ -16,13 +16,17 @@
color: var(--link-color) !important;
}
.smalltalk .page, .smalltalk header, .smalltalk .button-strip button, .smalltalk input{
.smalltalk .page,
.smalltalk header,
.smalltalk .button-strip button,
.smalltalk input {
background: var(--internal-background) !important;
color: var(--link-color) !important;
text-shadow: none !important;
}
.cloudcmd-user-menu, .cloudcmd-user-menu-button {
.cloudcmd-user-menu,
.cloudcmd-user-menu-button {
background: var(--internal-background) !important;
color: var(--link-color) !important;
}