доработка цветовой гаммы

This commit is contained in:
Tot Maxim
2026-05-09 12:39:35 +03:00
parent 8a9e0efed3
commit 3db3a9bdcd
3 changed files with 136 additions and 13 deletions

View File

@@ -145,7 +145,7 @@ h1 {
flex: 1;
border-radius: 2px;
min-width: 5px;
border: 1.5px solid #00ff88;
border: 1.5px solid #e6852d;
background-color: transparent;
transition: background-color 0.3s, border-color 0.3s;
}
@@ -164,8 +164,8 @@ h1 {
.sig-bar.active-1,
.sig-bar.active-2,
.sig-bar.active-3 {
background-color: #00ff88;
border-color: #00ff88;
background-color: #e6852d;
border-color: #c46b1f;
}
/* Нет связи - сигнальные бары */
@@ -186,7 +186,7 @@ h1 {
#signalChart {
width: 100%;
background: #050805;
border: 1px solid #00ff88;
border: 1px solid #e6852d;
border-radius: 8px;
}