style
This commit is contained in:
parent
cf7cfe0f44
commit
428a8a75a3
3 changed files with 9 additions and 5 deletions
|
|
@ -127,8 +127,12 @@ a * {
|
|||
transition: font 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
a.no-line:hover * {
|
||||
font-weight: 250;
|
||||
a.no-line.text__title:hover * {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: inherit;
|
||||
text-decoration-line: underline;
|
||||
text-underline-offset: 0.2rem;
|
||||
text-decoration-thickness: 0.5px;
|
||||
}
|
||||
a:not(.no-line):hover {
|
||||
text-decoration: none;
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
|| category.toLowerCase().includes(search.toLowerCase())
|
||||
"
|
||||
>
|
||||
<a href="<?= $article->url() ?>" class="texts__title no-line">
|
||||
<a href="<?= $article->url() ?>" class="text__title no-line">
|
||||
<h3><?= $article->title() ?></h3>
|
||||
</a>
|
||||
<div class="text__infos">
|
||||
|
|
@ -173,7 +173,7 @@
|
|||
|| category.toLowerCase().includes(search.toLowerCase())
|
||||
"
|
||||
>
|
||||
<a href="<?= $article->url() ?>" class="texts__title no-line">
|
||||
<a href="<?= $article->url() ?>" class="text__title no-line">
|
||||
<h3><?= $article->title() ?></h3>
|
||||
</a>
|
||||
<div class="text__infos">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<li
|
||||
class="text"
|
||||
>
|
||||
<a href="<?= $article->url() ?>" class="texts__title no-line">
|
||||
<a href="<?= $article->url() ?>" class="text__title no-line">
|
||||
<h3><?= $article->title() ?></h3>
|
||||
</a>
|
||||
<div class="text__infos">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue