mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-07 17:36:50 +00:00
Hide link underline on frontpage
This commit is contained in:
parent
9c225b2304
commit
f464c1edae
@ -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…
x
Reference in New Issue
Block a user