Bordes mas simples para las entidades
This commit is contained in:
@@ -135,7 +135,7 @@ ul.entity_list {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
li.artist, li.disc, li.song {
|
li.artist, li.disc, li.song {
|
||||||
border: 1px var(--gray-2) solid;
|
border-bottom: 2px var(--gray-1) solid;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
@@ -143,7 +143,8 @@ ul.entity_list {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--gray-1)
|
background-color: var(--gray-1);
|
||||||
|
border-bottom: 2px var(--accent) solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|||||||
Reference in New Issue
Block a user