From 9e9f24217658fb44b7e7a6a006149131091492c3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 27 Jun 2023 10:44:41 +0000 Subject: [PATCH] updated on - Tue Jun 27 10:44:41 UTC 2023 --- themes/light.css | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/themes/light.css b/themes/light.css index 6289aa6..f163d69 100644 --- a/themes/light.css +++ b/themes/light.css @@ -6,12 +6,7 @@ body { padding-inline: 1rem; font-family: "Lora", sans-serif; font-weight: 500; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -body::-moz-selection { - color: #fffff5; - background: #4D5460; + box-sizing: border-box; } body::selection { color: #fffff5; @@ -27,10 +22,8 @@ h1, h2, h3 { img { display: block; width: 100%; - -o-object-fit: cover; - object-fit: cover; - -o-object-position: center; - object-position: center; + object-fit: cover; + object-position: center; } a { @@ -46,4 +39,6 @@ pre { .timestamp { color: #333333; -} \ No newline at end of file +} + +/*# sourceMappingURL=light.css.map */