fix: update styles for accessibility
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
--text: #f0f0f0;
|
||||
--muted: #a0a0a0;
|
||||
--accent: #ff6b35;
|
||||
--button: #d6420c;
|
||||
--ok: #4caf50;
|
||||
--warn: #ff9800;
|
||||
--danger: #f44336;
|
||||
@@ -91,7 +92,7 @@ main {
|
||||
}
|
||||
|
||||
#session-controls button {
|
||||
background: var(--accent);
|
||||
background: var(--button);
|
||||
color: #fff;
|
||||
border: none;
|
||||
padding: 0.7rem 1rem;
|
||||
@@ -201,12 +202,13 @@ main {
|
||||
}
|
||||
|
||||
.setpoint-editor button {
|
||||
background: #333;
|
||||
color: var(--text);
|
||||
border: 1px solid #444;
|
||||
padding: 0.4rem 0.7rem;
|
||||
background: var(--button);
|
||||
border: 1px solid var(--button);
|
||||
border-radius: 4px;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
padding: 0.4rem 0.7rem;
|
||||
}
|
||||
|
||||
.chart-controls {
|
||||
@@ -226,9 +228,11 @@ main {
|
||||
}
|
||||
|
||||
.chart-controls button {
|
||||
background: var(--accent);
|
||||
background: var(--button);
|
||||
border: none;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.chart-container {
|
||||
@@ -295,7 +299,7 @@ main {
|
||||
|
||||
.session-row .session-times {
|
||||
font-size: 0.8rem;
|
||||
color: var(--muted);
|
||||
color: white;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
||||
Reference in New Issue
Block a user