forked from MarseyWorld/MarseyWorld
fix last commit
parent
8199aadd01
commit
80ff06c898
|
@ -1564,7 +1564,7 @@ nav
|
||||||
padding: 0.5rem 0.75rem;
|
padding: 0.5rem 0.75rem;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--primary) !important;
|
color: var(--primary);
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #dee2e6;
|
border: 1px solid #dee2e6;
|
||||||
}
|
}
|
||||||
|
@ -7319,3 +7319,7 @@ button, .btn {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
background-position: -64px -32px;
|
background-position: -64px -32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dots {
|
||||||
|
color: var(--primary) !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue