From 5b85c6b5c277bdde716dd92e209e7e2da4d786c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dcaro?= Date: Wed, 17 Jul 2024 15:23:08 -0300 Subject: [PATCH] minor aesthetic changes --- docs/assets/css/style.css | 13 +++++++++++++ docs/index.html | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) 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 @@