1
0
This commit is contained in:
2024-04-05 23:37:52 +09:00
parent 4c5be2105c
commit 05730977b0
3 changed files with 12 additions and 2 deletions

View File

@ -1101,3 +1101,14 @@ li.blog-menu {
.hotkeys-docs table tbody tr td {
border-radius: 4px;
}
li.blog-menu button {
padding:5px 10px;
background-color: #fff;
border: none;
}
li.blog-menu button:hover {
background-color: #313131;
color: #fff700;
}