I thought I'd keep a list of any (really) minor things I spot while I'm modifying the style in case they're useful to anyone else or can be fixed in a future version (or I've misunderstood something!)
First off, I had problems changing the border below the navbar as I was assuming this was controlled by the colour palette (as it's the same colour as one of the pallete colours) but it's hardcoded:
.navTabs
{
border-bottom: 1px solid rgb(36, 36, 36);
}
I think this should be using @primaryMedium rather than being hardcoded (happy to be corrected if I'm wrong as still learning).
First off, I had problems changing the border below the navbar as I was assuming this was controlled by the colour palette (as it's the same colour as one of the pallete colours) but it's hardcoded:
.navTabs
{
border-bottom: 1px solid rgb(36, 36, 36);
}
I think this should be using @primaryMedium rather than being hardcoded (happy to be corrected if I'm wrong as still learning).