[Задача 12794] Изменил стили вкладок, сделал их желтыми, чтобы не было так много синего цвета

parent 743ceff5
.badge.typos-count {
margin-left: 10px;
color: black;
background-color: #ffc107;
color: #ffc107;
background-color: #007bff;
}
\ No newline at end of file
......@@ -64,6 +64,11 @@ li.nav-item:hover {
border-radius: 0 !important;
}
a.nav-link.active {
color: black !important;
background-color: #ffc107 !important;
}
li.nav-item > a.nav-link.active:hover {
color: #ffc107;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment