feat: titre et claim configurables depuis l'admin
This commit is contained in:
@@ -100,7 +100,7 @@ body {
|
||||
vertical-align: .2em;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
.navbar .nav-link {
|
||||
color: rgba(255,255,255,.85) !important;
|
||||
font-weight: 500;
|
||||
font-size: 0.9rem;
|
||||
@@ -109,8 +109,8 @@ body {
|
||||
transition: color 0.15s, background 0.15s;
|
||||
}
|
||||
|
||||
.nav-link:hover,
|
||||
.nav-link:focus {
|
||||
.navbar .nav-link:hover,
|
||||
.navbar .nav-link:focus {
|
||||
color: #fff !important;
|
||||
background-color: rgba(255,255,255,.15);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user