diff --git a/_sass/main.scss b/_sass/main.scss index 1174de5..f11ab70 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -125,4 +125,9 @@ section#contact .button { .tile p.title{ font-size: 25px; +} + +// +footer small{ + color:$white; } \ No newline at end of file diff --git a/css/main.css b/css/main.css index 5c5a5ff..330170a 100644 --- a/css/main.css +++ b/css/main.css @@ -7111,3 +7111,6 @@ section#contact .button { .tile p.title { font-size: 25px; } + +footer small { + color: #ffffff; }