small dark theme tweaks

This commit is contained in:
zadam 2022-01-12 20:13:11 +01:00
parent 4f4cbccf08
commit ce046b2e20
4 changed files with 11430 additions and 114 deletions

11539
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -91,7 +91,7 @@
"jsdoc": "3.6.7",
"lorem-ipsum": "2.0.4",
"rcedit": "3.0.1",
"webpack": "5.65.0",
"webpack": "5.66.0",
"webpack-cli": "4.9.1"
},
"optionalDependencies": {

View File

@ -19,7 +19,7 @@ const TPL = `
border-color: var(--main-border-color);
background-color: var(--more-accented-background-color);
padding: 4px 10px 4px 10px;
opacity: 70%;
opacity: 90%;
display: flex;
justify-content: space-between;
align-items: center;

View File

@ -65,6 +65,7 @@ const TPL = `
border: 0;
background: none;
cursor: pointer;
color: var(--main-text-color);
}
</style>