Remove border radius from navigation buttons

This commit is contained in:
Alice Gaudon 2020-01-10 15:16:59 +01:00
parent bc97e2d025
commit 01706e42a6
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,11 @@ body {
position: relative;
}
#service-selector li button,
#navigation > button {
border-radius: 0;
}
#service-selector li.active button {
position: relative;
background-color: #fff2;