From 8c2307963b24c5283f9c33e28a1747e6cc51eedc Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Thu, 22 Feb 2024 22:09:17 +0100 Subject: [PATCH] Added certficats --- fr/index.html | 21 ++++++++++++++++++++- styles/main.css | 8 ++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/fr/index.html b/fr/index.html index 5e9e428..d782ef9 100644 --- a/fr/index.html +++ b/fr/index.html @@ -64,6 +64,9 @@ + @@ -179,7 +182,7 @@
-
C/C++ +
C / C++
@@ -227,6 +230,19 @@
+
+
+

Certificats

+ +

@@ -547,6 +563,9 @@ + diff --git a/styles/main.css b/styles/main.css index eb2993c..8a33cbb 100644 --- a/styles/main.css +++ b/styles/main.css @@ -53,6 +53,14 @@ body { background-color: var(--foregroundSecondaryColor); } +a { + color: var(--primaryColor) +} + +a:hover { + color: var(--secondaryColor) +} + /* Buttons */ /* Inputs */ /* Timeline custom component */