+
diff --git a/main.css b/main.css
index 984a9b226..31294bc01 100644
--- a/main.css
+++ b/main.css
@@ -9,3 +9,31 @@ div {
border-right-color: transparent; /* the right side */
border-bottom-color: transparent; /* and the bottom of the circle */
}
+
+#red {
+ border-top-color: #f00;
+}
+
+#orange {
+ border-top-color: #ffa500;
+}
+
+#yellow {
+ border-top-color: #ff0;
+}
+
+#green {
+ border-top-color: #00bc3f;
+}
+
+#blue {
+ border-top-color: #06f;
+}
+
+#indigo {
+ border-top-color: #8a2be2;
+}
+
+#violet {
+ border-top-color: #d300c9;
+}
\ No newline at end of file