Cambios visuales, no mas json en la busqueda
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
:root {
|
||||
--light-gray: hsl(0, 0%, 95%);
|
||||
--gray: hsl(0, 0%, 85%);
|
||||
--dark-gray: hsl(0, 0%, 30%);
|
||||
--black: hsl(0, 0%, 20%);
|
||||
--emerald: hsl(138, 70%, 50%);
|
||||
--emerald: hsl(138, 70%, 60%);
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -59,8 +60,11 @@ ul.pagination {
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
.page-item.active {
|
||||
background-color: var(--emerald);
|
||||
}
|
||||
.page-item.active a {
|
||||
color: var(--emerald);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.full-width {
|
||||
@@ -96,6 +100,10 @@ li.entity:not(:first-child) {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
li.entity:hover {
|
||||
background-color: var(--light-gray)
|
||||
}
|
||||
|
||||
li.entity a {
|
||||
display: flex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user