Hide link underline on frontpage
This commit is contained in:
parent
9c225b2304
commit
f464c1edae
2 changed files with 5 additions and 1 deletions
|
@ -158,6 +158,10 @@ article.post, article.page, article.listing {
|
|||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.frontpage a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
p.note {
|
||||
|
|
|
@ -11,7 +11,7 @@ description: Open-source home automation platform running on Python 3. Track and
|
|||
hide_github_edit: true
|
||||
---
|
||||
|
||||
<div class="grid-wrapper">
|
||||
<div class="grid-wrapper frontpage">
|
||||
<div class="grid">
|
||||
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
|
||||
<div class="grid">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue