Projet

Général

Profil

0001-tonneville-fix-footer-link-color-16153.patch

Josué Kouka, 03 mai 2017 17:34

Télécharger (702 octets)

Voir les différences:

Subject: [PATCH] tonneville: fix footer link color (#16153)

 static/tonneville/_custom.scss | 6 ++++++
 1 file changed, 6 insertions(+)
static/tonneville/_custom.scss
6 6
	background: #2F3943;
7 7
	border-top: 1px solid black;
8 8
	padding-bottom: 2em;
9
	a {
10
	    color: #fff;
11
	    &:hover {
12
	        background: $nav-background;
13
	    }
14
	}
9 15
}
10 16

  
11 17
#footer-wrapper {
12
-