add font
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#block-popsu-colloque-submenu{
|
||||
margin: 3rem auto;
|
||||
ul{
|
||||
display: flex;
|
||||
padding: 0;
|
||||
li{
|
||||
margin-right: 1rem;
|
||||
a{
|
||||
@@ -11,8 +13,9 @@
|
||||
background: white;
|
||||
transition: color 0.3s ease, background 0.3s ease;
|
||||
&:hover{
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
background: blue;
|
||||
background: $color2;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user