feat(css): update css for article list
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
parent
844045de11
commit
8b67ccd47c
@ -121,3 +121,12 @@ article p {
|
|||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article a {
|
||||||
|
color: #119da4;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
article a:hover {
|
||||||
|
color: #d7d9ce;
|
||||||
|
}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<article>
|
<article>
|
||||||
<h2>Posts</h2>
|
<h1>Posts</h1>
|
||||||
<li>
|
<li>
|
||||||
<h3><a href=https://www.youtube.com/watch?v=5g2eZSST7YE>Introduction à la rétro-ingénierie et à l'exploitation logicielle [FR]</a></h3>
|
<h3><a href=https://www.youtube.com/watch?v=5g2eZSST7YE>Introduction à la rétro-ingénierie et à l'exploitation logicielle [FR]</a></h3>
|
||||||
</li>
|
</li>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="https://git.juju.re/explore/repos">
|
<a href="https://git.juju.re/explore/repos">
|
||||||
<i class="ri-open-source-line"></i>
|
<i class="ri-open-source-line"></i>
|
||||||
<span class="sr-only">Github profile</span>
|
<span class="sr-only">Turbogit</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@ -56,6 +56,5 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user