From a5f3ff32107e9d5daa63377d94c51ad67e719dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Fri, 16 Feb 2024 22:45:19 -0300 Subject: [PATCH] style: more updates --- style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 0ddc88f..ff6131d 100644 --- a/style.css +++ b/style.css @@ -12,22 +12,29 @@ html { } body { - font-family: Inconsolata, monospace; + font-family: monospace; } p,h1,h2,h3,li { color: var(--default-text-color); } +p,li { font-size: 1.3em; } + +h1 { font-size: 2em; } + a { color: var(--accent-color); text-decoration: none; } header>h1>a { + font-size: 1.8em; color: var(--default-text-color); } +nav>a { font-size: 1.5em; } + img { max-width:100%; max-height:100%;