From 1223380bb15a8e2f593cc44cd4d6ad7a71783c29 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 26 Jun 2023 12:27:43 +0000 Subject: [PATCH] updated on - Mon Jun 26 12:27:43 UTC 2023 --- themes/light.css | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/themes/light.css b/themes/light.css index 7e3cf54..378eddc 100644 --- a/themes/light.css +++ b/themes/light.css @@ -98,32 +98,17 @@ h1, h2, h3 { } img { - width: 500px; - max-width: 100%; - border-radius: 10px; - text-align: center; + display: block; + width: 100%; + object-fit: cover; + object-position: center; } -/* --------------------------------------------- */ -/* Bold hover animations on links and clickables */ -/* --------------------------------------------- */ a { - cursor: pointer; - color: #217ab7; - line-height: inherit; - transition: 0.14s; + color: #3297d3; } a:hover { - color: white; - background-color: #3297d3; -} -a:visited { - color: #43458b; - border-color: #43458b; -} -a:visited:hover { - color: white; - background-color: #9251ac; + text-decoration: none; } pre {