#48 Better Link Styling
This commit is contained in:
		@@ -1,16 +1,10 @@
 | 
				
			|||||||
.LP-Link {
 | 
					.LP-Link {
 | 
				
			||||||
    color: $-grey;
 | 
					    color: $-light-brown;
 | 
				
			||||||
    text-decoration: none;
 | 
					    text-decoration: none;
 | 
				
			||||||
    font-family: $-primary-sans-serif-font;
 | 
					    font-family: $-primary-serif-font;
 | 
				
			||||||
    &:hover {
 | 
					    &:hover {
 | 
				
			||||||
        color: $-light-brown;
 | 
					        color: $-grey;
 | 
				
			||||||
    }
 | 
							text-decoration: underline;
 | 
				
			||||||
 | 
					 | 
				
			||||||
    .LP-Paragraph{
 | 
					 | 
				
			||||||
        font-family: $-primary-sans-serif-font;
 | 
					 | 
				
			||||||
        &:hover{
 | 
					 | 
				
			||||||
            color: $-light-brown;
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "context": {
 | 
					    "context": {
 | 
				
			||||||
        "url": "#",
 | 
					        "url": "#",
 | 
				
			||||||
        "text": "Click Me"
 | 
					        "text": "click me"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -1 +1,5 @@
 | 
				
			|||||||
 | 
					<p class="LP-Paragraph">
 | 
				
			||||||
 | 
						Lorem ipsum dolor sit amet, consetetur sadipscing elitr
 | 
				
			||||||
	<a href="{{url}}" class="LP-Link"><span class="LP-Link__Text">{{text}}</span></a>
 | 
						<a href="{{url}}" class="LP-Link"><span class="LP-Link__Text">{{text}}</span></a>
 | 
				
			||||||
 | 
						sanctus est Lorem ipsum dolor sit amet
 | 
				
			||||||
 | 
					</p>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user