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 @@
+
+
@@ -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 */