mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 05:15:58 -06:00
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:
parent
14121f2269
commit
91c554ef83
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user