added option to add underline to title links
This commit is contained in:
parent
867330290e
commit
b07d16cbee
2 changed files with 5 additions and 1 deletions
|
|
@ -186,7 +186,9 @@ h1, h2, h3, h4, h5, h6 {
|
|||
font-family: "Symbols Nerd Font", $title_font;
|
||||
a {
|
||||
color: $accent_color;
|
||||
border-bottom: none;
|
||||
{{ if not (.Site.Params.underlineTitleLinks | default false) }}
|
||||
border-bottom: none;
|
||||
{{ end }}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue