Color Renaming
This commit is contained in:
		@@ -4,15 +4,15 @@
 | 
			
		||||
    .LP-Link{
 | 
			
		||||
        .LP-Place{
 | 
			
		||||
            &:hover{
 | 
			
		||||
                color: $-secondary-color;
 | 
			
		||||
                background-color: $-secondary-background-color;
 | 
			
		||||
                color: $-grey;
 | 
			
		||||
                background-color: $-almost-white;
 | 
			
		||||
                
 | 
			
		||||
    
 | 
			
		||||
                $-hover-offset: 2px;
 | 
			
		||||
                position: relative;
 | 
			
		||||
                left: -$-hover-offset;
 | 
			
		||||
                >.LP-Place__Image{
 | 
			
		||||
                    border-left: $-hover-offset $-secondary-color solid;
 | 
			
		||||
                    border-left: $-hover-offset $-grey solid;
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user