Projet

Général

Profil

0001-jobourg-fix-footer-links-color-16154.patch

Serghei Mihai, 03 mai 2017 16:55

Télécharger (712 octets)

Voir les différences:

Subject: [PATCH] jobourg: fix footer links color (#16154)

 static/jobourg/_custom.scss | 7 +++++++
 1 file changed, 7 insertions(+)
static/jobourg/_custom.scss
7 7
	color: white;
8 8
	border: 1px solid white;
9 9
	border-width: 1px 0;
10
        a {
11
            color: #fff;
12
            &:hover {
13
                background: $primary-color;
14
            }
15

  
16
        }
10 17
}
11 18

  
12 19
h1#logo {
13
-