diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css index c97e0ed..9b8e2c3 100644 --- a/docs/assets/css/style.css +++ b/docs/assets/css/style.css @@ -2,6 +2,10 @@ font-family: 'Roboto-Mono', monospace; } +body { + background-color: #555; +} + nav { display: flex; } @@ -12,6 +16,15 @@ nav { .nav-menu-item { display: flex; + align-items: center; + height: 80px; + padding: 240px 20px; +} + +.nav-menu-item-link { + text-decoration: none; + font-size: 22px; + color: #101010 } #titulo-principal { diff --git a/docs/index.html b/docs/index.html index efc58a7..8c5c38b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,9 +16,9 @@