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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user