Sfoglia il codice sorgente

change appearance of links

master
erichhasl 8 anni fa
parent
commit
31e0781439
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. +9
    -0
      web_dev/sas_web/static/public/css/default.css

+ 9
- 0
web_dev/sas_web/static/public/css/default.css Vedi File

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

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

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

Loading…
Annulla
Salva