mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
boris comment more properly showing
This commit is contained in:
parent
319e66616c
commit
8faf22dbbf
9 changed files with 80 additions and 11 deletions
|
@ -20,4 +20,11 @@
|
|||
text-transform: uppercase;
|
||||
color: darken(white, 50%);
|
||||
font: $font_14_regular;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.25s;
|
||||
user-select: none;
|
||||
|
||||
&:hover {
|
||||
background-color: lighten($comment_bg, 4%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue