mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
button: remove text decoration #577
This commit is contained in:
parent
125fedf4b7
commit
29dd162698
1 changed files with 3 additions and 3 deletions
|
@ -361,9 +361,9 @@ dd {
|
||||||
.links a:hover *,
|
.links a:hover *,
|
||||||
.links a:active *,
|
.links a:active *,
|
||||||
.links a:focus *,
|
.links a:focus *,
|
||||||
#body-inner a:hover,
|
article a:hover,
|
||||||
#body-inner a:active,
|
article a:active,
|
||||||
#body-inner a:focus {
|
article a:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue