1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 15:35:25 +02:00

fix: fix hover effect

This commit is contained in:
Y-k-Y 2022-05-12 00:41:10 +09:00
parent 64002d758f
commit 5846a79377

View file

@ -65,11 +65,11 @@
a:not(.docs-header__button) {
color: inherit;
padding: 8px;
border-radius: 8px;
transition: background-color .3s;
&:hover {
background-color: #F3F6F8;
border-radius: 8px;
}
}
}