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:
parent
64002d758f
commit
5846a79377
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue