feat(css): update css for article list

Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
Julien CLEMENT 2021-12-09 17:28:51 +01:00
parent 844045de11
commit 8b67ccd47c
3 changed files with 11 additions and 3 deletions

View File

@ -121,3 +121,12 @@ article p {
padding-bottom: 3px;
text-align: justify;
}
article a {
color: #119da4;
text-decoration: none;
}
article a:hover {
color: #d7d9ce;
}

View File

@ -9,7 +9,7 @@
</head>
<body>
<article>
<h2>Posts</h2>
<h1>Posts</h1>
<li>
<h3><a href=https://www.youtube.com/watch?v=5g2eZSST7YE>Introduction à la rétro-ingénierie et à l'exploitation logicielle [FR]</a></h3>
</li>

View File

@ -24,7 +24,7 @@
<li>
<a href="https://git.juju.re/explore/repos">
<i class="ri-open-source-line"></i>
<span class="sr-only">Github profile</span>
<span class="sr-only">Turbogit</span>
</a>
</li>
<li>
@ -56,6 +56,5 @@
</li>
</ul>
</header>
</div>
</body>
</html>