Parcourir la source

change appearance of links

master
erichhasl il y a 8 ans
Parent
révision
31e0781439
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. +9
    -0
      web_dev/sas_web/static/public/css/default.css

+ 9
- 0
web_dev/sas_web/static/public/css/default.css Voir le fichier

@@ -2,3 +2,12 @@
margin-left: 5%;
margin-right: 5%;
}

#content a {
color: #9F2D17;
text-decoration: none;
}

#content a:hover {
color: #48140a;
}

Chargement…
Annuler
Enregistrer