@@ -97,8 +97,6 @@ article {
|
||||
img {
|
||||
max-width: 100%;
|
||||
object-fit: contain;
|
||||
height: unset;
|
||||
width: unset;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -159,13 +157,13 @@ p.back-link {
|
||||
|
||||
&.add {
|
||||
background-color: lightgray;
|
||||
:hover {
|
||||
&:hover {
|
||||
background: linear-gradient(lightgreen, gray);
|
||||
}
|
||||
}
|
||||
&.remove {
|
||||
background: linear-gradient(lightgreen, green);
|
||||
:hover {
|
||||
&:hover {
|
||||
background: linear-gradient(gray, lightgreen);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user