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;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
article a {
|
||||
color: #119da4;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
article a:hover {
|
||||
color: #d7d9ce;
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user