DmitrMakeev commited on
Commit
8184838
·
verified ·
1 Parent(s): 6bf8fce

Update pages.html

Browse files
Files changed (1) hide show
  1. pages.html +2 -2
pages.html CHANGED
@@ -58,7 +58,7 @@
58
  content: '';
59
  display: block;
60
  height: 5px; /* Высота полосы */
61
- background-color: #4CAF50; /* Зелёный цвет */
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