diff --git a/app/assets/stylesheets/custom.scss b/app/assets/stylesheets/custom.scss index 524c9e4..4ef0926 100644 --- a/app/assets/stylesheets/custom.scss +++ b/app/assets/stylesheets/custom.scss @@ -28,7 +28,7 @@ h6 { } a { - color: #343A40; + color: white; } a:hover { diff --git a/app/views/employees/index.html.erb b/app/views/employees/index.html.erb index d4f770f..9719807 100644 --- a/app/views/employees/index.html.erb +++ b/app/views/employees/index.html.erb @@ -1,3 +1,5 @@ +
<%= link_to 'Matrícule-se', new_client_path %>
+<%= link_to 'Matrícule-se', new_client_path, class:'text-white' %>