mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Links now have underlines for better visibility
This commit is contained in:
@@ -20,11 +20,8 @@
|
||||
|
||||
<div class="content__area">
|
||||
<div class="content__list">
|
||||
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{{ content }}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -70,7 +70,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||
/** Links */
|
||||
a {
|
||||
color: $color-blue-5;
|
||||
text-decoration: none;
|
||||
|
||||
&:visited {
|
||||
color: #609;
|
||||
|
||||
@@ -41,6 +41,11 @@ $wrapper-width: 800px;
|
||||
|
||||
a {
|
||||
color: $color-white;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -78,6 +83,7 @@ $wrapper-width: 800px;
|
||||
.section__header {
|
||||
font-weight: bold;
|
||||
font-size: 1em;
|
||||
text-decoration: none;
|
||||
color: $color-white;
|
||||
margin-bottom: $spacing-unit / 4;
|
||||
}
|
||||
@@ -93,6 +99,7 @@ $wrapper-width: 800px;
|
||||
display: inline-block;
|
||||
margin-top: $spacing-unit/4;
|
||||
opacity: 0.75;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user