fix last commit

pull/143/head
Aevann 2023-05-02 01:07:15 +03:00
parent 8199aadd01
commit 80ff06c898
1 changed files with 5 additions and 1 deletions

View File

@ -1564,7 +1564,7 @@ nav
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: var(--primary) !important;
color: var(--primary);
background-color: #fff;
border: 1px solid #dee2e6;
}
@ -7319,3 +7319,7 @@ button, .btn {
image-rendering: pixelated;
background-position: -64px -32px;
}
.dots {
color: var(--primary) !important;
}