style: update markdown "a" tag style
This commit is contained in:
parent
a136843e24
commit
e454d7f79a
|
@ -26,6 +26,9 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
border-bottom: 1px solid var(--third-text-color);
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding-bottom: 2px;
|
||||||
|
|
||||||
.fas, .far, fab {
|
.fas, .far, fab {
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
|
@ -37,16 +40,6 @@
|
||||||
background: var(--primary-color);
|
background: var(--primary-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&::after {
|
|
||||||
position: absolute;
|
|
||||||
content: '';
|
|
||||||
width: 100%;
|
|
||||||
height: 1px;
|
|
||||||
top: 108%;
|
|
||||||
left: 0;
|
|
||||||
background: var(--second-text-color);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
|
Loading…
Reference in New Issue