Fix generated links

This commit is contained in:
Jorik Schellekens
2020-09-01 11:38:34 +02:00
parent d5fa741a05
commit 2ecc505e78
4 changed files with 14 additions and 102 deletions
+6
View File
@@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
@import '../color-scheme';
.createLinkTile {
background: none;
@@ -29,4 +31,8 @@ limitations under the License.
align-self: center;
padding: 0 30px;
}
> a {
color: $foreground;
}
}