1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Remove display and color properties on <a> tag

This commit is contained in:
Lucas Bigot
2024-03-27 20:36:56 -04:00
parent 08df2d9ac4
commit 7395a431fe

View File

@@ -230,10 +230,8 @@
// Link // Link
// ========================================================================== // ==========================================================================
a { a {
display: inline;
text-decoration: underline; text-decoration: underline;
text-decoration-thickness: 1px; text-decoration-thickness: 1px;
color: currentColor;
word-wrap: break-word; word-wrap: break-word;
&:hover { &:hover {