X-Git-Url: https://git.piment-noir.org/?p=Project_webapp.git;a=blobdiff_plain;f=styles%2Fairpolytech.css;h=00dd294e4999b18970cce9b2b3a180fe97682386;hp=3093507bf55365b94c7203b89e200cd79273d052;hb=65fc0194b3ae059f212c577db4f4a8fec43069d6;hpb=6405835a808d5ac4986ff463a7be0b146058440d diff --git a/styles/airpolytech.css b/styles/airpolytech.css index 3093507..00dd294 100644 --- a/styles/airpolytech.css +++ b/styles/airpolytech.css @@ -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; }