Taille police navbar et contours
This commit is contained in:
parent
401650e7f5
commit
cf9a5e1ae4
3 changed files with 9 additions and 3 deletions
|
@ -42,10 +42,12 @@
|
|||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
-webkit-text-stroke: 1px black;
|
||||
border-color: fade-out(white, .7);
|
||||
background-color: transparent;
|
||||
.navbar-brand {
|
||||
color: fade-out(white, .3);
|
||||
font-size: 1.5rem;
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: white;
|
||||
|
@ -54,6 +56,7 @@
|
|||
.navbar-nav > li.nav-item > a.nav-link,
|
||||
.navbar-nav > li.nav-item > a.nav-link:focus {
|
||||
color: fade-out(white, .3);
|
||||
font-size: 1.25rem;
|
||||
&:hover {
|
||||
color: white;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue