Impostata evidenza per pagina attiva. Incluso contenuti per come raggiungere la conference.
All checks were successful
build and deploy / build+deploy (push) Successful in 13s
All checks were successful
build and deploy / build+deploy (push) Successful in 13s
This commit is contained in:
parent
c8077c1a92
commit
f3b50a8b7a
4 changed files with 57 additions and 41 deletions
|
@ -11,7 +11,7 @@ h1 {
|
|||
}
|
||||
h1, h2 {
|
||||
font-weight: normal;
|
||||
margin-top: 10px;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
@ -182,12 +182,6 @@ aside > h2 {
|
|||
transition: 200ms;
|
||||
}
|
||||
|
||||
.nav a:hover
|
||||
{
|
||||
background-color: #73d08a;
|
||||
color: #3a7c78;
|
||||
}
|
||||
|
||||
.list-bare
|
||||
{
|
||||
list-style: none;
|
||||
|
@ -195,8 +189,7 @@ aside > h2 {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.nav__link
|
||||
{
|
||||
.nav__link {
|
||||
display: block;
|
||||
padding: 0.77273rem 0rem;
|
||||
border: 0px solid #73d08a;
|
||||
|
@ -204,6 +197,15 @@ aside > h2 {
|
|||
border-radius: 10px 10px;
|
||||
}
|
||||
|
||||
.nav a.active {
|
||||
background-color: #4e8986;
|
||||
font-weight: bold;
|
||||
}
|
||||
.nav a:hover {
|
||||
background-color: #73d08a;
|
||||
color: #3a7c78;
|
||||
}
|
||||
|
||||
#mobile-menu { display: none; }
|
||||
|
||||
.blog_roll_link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue