updated on - Mon Jun 26 12:27:43 UTC 2023

This commit is contained in:
GitHub Action 2023-06-26 12:27:43 +00:00
parent 948844f4d1
commit 1223380bb1

View File

@ -98,32 +98,17 @@ h1, h2, h3 {
} }
img { img {
width: 500px; display: block;
max-width: 100%; width: 100%;
border-radius: 10px; object-fit: cover;
text-align: center; object-position: center;
} }
/* --------------------------------------------- */
/* Bold hover animations on links and clickables */
/* --------------------------------------------- */
a { a {
cursor: pointer; color: #3297d3;
color: #217ab7;
line-height: inherit;
transition: 0.14s;
} }
a:hover { a:hover {
color: white; text-decoration: none;
background-color: #3297d3;
}
a:visited {
color: #43458b;
border-color: #43458b;
}
a:visited:hover {
color: white;
background-color: #9251ac;
} }
pre { pre {