Use a highlight instead of zoom for hovering on subsections

It fits the rest of the theme's style better
This commit is contained in:
BBaoVanC 2021-11-01 20:30:34 -05:00
parent 14121f2269
commit 91c554ef83
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 2 deletions

View File

@ -48,14 +48,14 @@
/* Subsection formatting */
.section {
margin-bottom: 40px;
transition: transform .2s;
background-color: #222;
border-radius: 5px;
padding: 1px 25px;
}
.section:hover {
transform: scale(1.025);
background-color: #333;
color: #fff;
}
.section-title {