diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md
index 7697cae..14cf5d0 100644
--- a/Graphics-Driver-Issues.md
+++ b/Graphics-Driver-Issues.md
@@ -1,25 +1,27 @@
# Graphics Driver Issues
This page quickly summarizes graphics driver quirks and issues present in GPU drivers by different manufacturers.
-» [AMD (Proprietary)](#amd-proprietary)
-» [Intel (Proprietary)](#intel-proprietary)
-» [NVIDIA (Proprietary)](#nvidia-proprietary)
-
-» [AMD (Mesa)](#amd-mesa)
-» [Intel (Mesa)](#intel-mesa)
-» [NVIDIA (Mesa)](#nvidia-mesa)
-
-» [**Hall of Fame (List of fixed issues)**](#hall-of-fame)
+**Index**
+* [Driver compatibility charts](#driver-compatibility-charts)
+* List of driver issues:
+ * [AMD (Proprietary)](#amd-proprietary)
+ * [Intel (Proprietary)](#intel-proprietary)
+ * [NVIDIA (Proprietary)](#nvidia-proprietary)
+ * [AMD (Mesa)](#amd-mesa)
+ * [Intel (Mesa)](#intel-mesa)
+ * [NVIDIA (Mesa)](#nvidia-mesa)
+* » [**Hall of Fame (List of fixed issues)**](#hall-of-fame)
---
+
-### Driver compatibility charts
+## Driver compatibility charts
$${\color{red} Unsupported}$$ - The driver supports the hardware, but due to its poor state, we do not support it.
$${\color{yellow} Legacy}$$ - The driver supports the hardware, has reached end-of-life, but we still have legacy support for it.
$${\color{green} Supported}$$ - The driver supports the hardware, is actively updated and supported.
-#### AMD
+### AMD