This commit is contained in:
Jeremy Thomas
2017-07-05 21:27:23 +01:00
parent 271c454abf
commit 27d4de4c13
5 changed files with 552 additions and 1639 deletions

View File

@@ -32,7 +32,7 @@
position: relative
a,
strong
color: inherit
color: currentColor
a
text-decoration: underline
.delete
@@ -51,7 +51,7 @@
padding: 1em 1.25em
a,
strong
color: inherit
color: currentColor
a
text-decoration: underline
code,

View File

@@ -7,6 +7,8 @@
a:not(.button)
color: currentColor
text-decoration: underline
strong
color: currentColor
code,
pre
background: $white
@@ -19,7 +21,7 @@
.title,
.subtitle,
.content
color: inherit
color: currentColor
// Colors
@each $name, $pair in $colors
$color: nth($pair, 1)