spring-projects / spring-petclinic

A sample Spring-based application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling css does not work

Anton21002 opened this issue · comments

I'm trying to improve contrast of the header navigation links.
I need to change the element's " .nav > li > a " colour attribute to another colour.
" mvn package -P css -DskipTests " runs successfully but after launching the page with " mvn spring-boot:run " the colour was not changed and i can see that through developer mode. The were no errors encountered.
Im using Google Cloud Shell.

Oh nevermind , seems that either the change is barely noticable or the project just needed to be restarted