Underline links
It's better for accessibility. https://adrianroselli.com/2019/01/underlines-are-beautiful.html https://adrianroselli.com/2016/06/on-link-underlines.html
This commit is contained in:
parent
e437516496
commit
a0e181a77e
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
@charset "utf-8"
|
@charset "utf-8"
|
||||||
|
|
||||||
@import "node_modules/bulma/bulma"
|
@import "node_modules/bulma/bulma"
|
||||||
|
|
||||||
|
a[href]
|
||||||
|
text-decoration: underline
|
||||||
|
|
||||||
|
.navbar-menu a[class~="navbar-item"]
|
||||||
|
text-decoration: none
|
||||||
|
|
Loading…
Reference in a new issue