Difference between revisions of "Template:Article card vertical/styles.css"

From blackwiki
Jump to navigation Jump to search
blackwiki>Weegaweek
m (didn't work, trying !impotant)
m (13 revisions imported)
 
(6 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
}
 
}
  
*:hover{
+
.articlecard:hover, .articlecard:hover div{
border-color: #777 !important;
+
border-color: #555 !important;
 
}
 
}

Latest revision as of 14:32, 28 October 2020

img {
    max-width:110%;
    margin: 0;
    height:auto;
}

.articlecard:hover, .articlecard:hover div{
	border-color: #555 !important;
}