cleanup + изменение цветов темы

This commit is contained in:
2024-11-15 13:45:25 +03:00
parent 4a27a46c27
commit 1d73547eae
7 changed files with 17 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
.tabs-header {
margin: 0.5em 0;
margin: 0.5em 0 3px;
background: var(--brand-bg);
}
.tabs-header > * {
@@ -17,7 +17,7 @@
}
.tabs-btn.active {
color: var(--brand-text);
border-bottom: 3px solid var(--brand-text);
border-bottom: 3px solid var(--bg-action);
}
.tabs-body-item {
padding: 20px 0;
@@ -58,7 +58,7 @@
}
.action-button {
background: var(--brand-bg);
background: var(--bg-action);
}
.nav-bar-element {
@@ -113,7 +113,7 @@ label {
.settings-set-container input, .settings-set-container select {
margin-top: 0.5em;
border: none;
border-bottom: solid 2px var(--text-color);
border-bottom: solid 2px var(--text-color2);
width: 20em;
box-sizing: border-box;
}
@@ -121,7 +121,7 @@ label {
.settings-set-container input:focus {
outline: none;
border: none;
border-bottom: solid 2px var(--brand-text);
border-bottom: solid 2px var(--bg-action);
}
.settings-set-container input:invalid {
@@ -193,7 +193,7 @@ details > summary {
.toggle-input input[type="checkbox"]:checked + .slider {
left: 25px;
background-color: var(--brand-text);
background-color: var(--bg-action);
}
.toggle-input input[type="checkbox"]:checked + .slider:before {