updated on - Tue Jun 27 10:44:41 UTC 2023

This commit is contained in:
GitHub Action 2023-06-27 10:44:41 +00:00
parent 9e2c32aa05
commit 9e9f242176

View File

@ -6,12 +6,7 @@ body {
padding-inline: 1rem; padding-inline: 1rem;
font-family: "Lora", sans-serif; font-family: "Lora", sans-serif;
font-weight: 500; font-weight: 500;
-webkit-box-sizing: border-box; box-sizing: border-box;
box-sizing: border-box;
}
body::-moz-selection {
color: #fffff5;
background: #4D5460;
} }
body::selection { body::selection {
color: #fffff5; color: #fffff5;
@ -27,10 +22,8 @@ h1, h2, h3 {
img { img {
display: block; display: block;
width: 100%; width: 100%;
-o-object-fit: cover; object-fit: cover;
object-fit: cover; object-position: center;
-o-object-position: center;
object-position: center;
} }
a { a {
@ -46,4 +39,6 @@ pre {
.timestamp { .timestamp {
color: #333333; color: #333333;
} }
/*# sourceMappingURL=light.css.map */