Use class instead id for css styles
This commit is contained in:
parent
69751aac32
commit
b82cb2630c
4 changed files with 12 additions and 23 deletions
|
@ -13,7 +13,10 @@ ul {
|
|||
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
||||
|
||||
&.smoke { background-color:#f5f5f5; }
|
||||
&:hover { background:$hover; }
|
||||
&:hover {
|
||||
background:$hover;
|
||||
border-bottom:1px solid #ADF;
|
||||
}
|
||||
&:last-child { border:none }
|
||||
.author { color: #999; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue