mirror of
https://github.com/bspeice/speice.io
synced 2025-09-05 06:05:41 -04:00
New link style
This commit is contained in:
@ -96,7 +96,13 @@ a {
|
||||
display: inline-block;
|
||||
padding: 1px 1px;
|
||||
transition: color ease 0.3s;
|
||||
|
||||
|
||||
border-bottom-color: $c-accent__blue;
|
||||
border-bottom-style: dotted;
|
||||
border-bottom-width: 1px;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
|
||||
/* Hover animation effect for all buttons */
|
||||
&::after {
|
||||
content: '';
|
||||
@ -112,6 +118,7 @@ a {
|
||||
|
||||
&:hover {
|
||||
color: white;
|
||||
border-bottom-style: solid;
|
||||
&::after {
|
||||
height: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user