Update pages.html
Browse files- pages.html +2 -2
pages.html
CHANGED
@@ -58,7 +58,7 @@
|
|
58 |
content: '';
|
59 |
display: block;
|
60 |
height: 5px; /* Высота полосы */
|
61 |
-
background-color: #
|
62 |
width: 100%;
|
63 |
position: absolute;
|
64 |
bottom: 0;
|
@@ -81,7 +81,7 @@
|
|
81 |
}
|
82 |
|
83 |
#toggleAppBtn:hover {
|
84 |
-
background-color: #388E3C; /*
|
85 |
}
|
86 |
</style>
|
87 |
|
|
|
58 |
content: '';
|
59 |
display: block;
|
60 |
height: 5px; /* Высота полосы */
|
61 |
+
background-color: #388E3C; /* Тёмно-зелёный цвет */
|
62 |
width: 100%;
|
63 |
position: absolute;
|
64 |
bottom: 0;
|
|
|
81 |
}
|
82 |
|
83 |
#toggleAppBtn:hover {
|
84 |
+
background-color: #388E3C; /* Тёмно-зелёный цвет при наведении */
|
85 |
}
|
86 |
</style>
|
87 |
|