Added color:iherit to links so we don't have to precise it's color in a paragraph

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2021-09-30 10:02:59 +02:00
parent ef42c8fbe1
commit 81ae119ff3
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283
2 changed files with 7 additions and 3 deletions

View File

@ -46,6 +46,10 @@ h6 {
font-size: 1.3rem;
}
a {
color: inherit;
}
.bold {
font-weight: 500;
}

View File

@ -91,10 +91,10 @@ PAGE CODED BY :
</div>
</div>
<p id="inspiration" class="grey">
Design inspiré par <a href="https://louisgrasset.fr/" target="_blank" class="grey">ceci</a> et <a class="grey" href="https://dribbble.com/shots/6672981-Personal-Website-Idea-V2/attachments/6672981-Personal-Website-Idea-V2?mode=media" target="_blank">ceci</a>.
<p>
Design inspiré par <a href="https://louisgrasset.fr/" target="_blank">ceci</a> et <a href="https://dribbble.com/shots/6672981-Personal-Website-Idea-V2/attachments/6672981-Personal-Website-Idea-V2?mode=media" target="_blank">ceci</a>.
</p>
<p class="lightgrey" id="copyright">
Louis Vallat &mdash; 2021 &mdash; Made with ❤ and <a class="lightgrey" href="https://gitlab.com/lovallat/louis-vallat.xyz" target="_blank">Open Source</a>.
Louis Vallat &mdash; 2021 &mdash; Made with ❤ and <a href="https://gitlab.com/lovallat/louis-vallat.xyz" target="_blank">Open Source</a>.
</p>
</footer>
</body>