From ac3b8900a7f828609610313825fc511365997cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mi=C5=A1i=C4=87?= Date: Mon, 29 Jan 2024 00:39:53 +0100 Subject: Added photography section, some small fixes here and there --- beauty.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'beauty.css') diff --git a/beauty.css b/beauty.css index 0b6acb6..c33ea54 100644 --- a/beauty.css +++ b/beauty.css @@ -48,7 +48,7 @@ .grid .image { border-radius: 5px; overflow: hidden; - height: 150px; + height: 180px; width: auto; } .grid img { @@ -129,13 +129,13 @@ body { margin: 2em auto; font: 19px "Prompt"; letter-spacing: -1px; - background-image: url("resources/bg.jpg"); + background-image: url("resources/page_background.jpg"); background-repeat: no-repeat; background-position: top center; background-size: cover; background-attachment: fixed; } -body a:link { +body a { color: silver; } body a:visited { -- cgit v1.2.3