Only allow GET and POST HTTP request and die otherwise.
[Project_webapp.git] / styles / airpolytech.css
index 3093507bf55365b94c7203b89e200cd79273d052..00dd294e4999b18970cce9b2b3a180fe97682386 100644 (file)
@@ -6,6 +6,21 @@ body {
     margin: 8px;
 }
 
+a, a:link a:active {
+    text-decoration: none;
+    color: #B11508;
+}
+
+a:visited {
+    text-decoration: none;
+    color: #B11508;
+}
+
+a:hover {
+    text-decoration: none;
+    color: #909090;
+}
+
 #footer {
     text-align: center;
 }