mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 02:26:08 +01:00
Add profile colour
This commit is contained in:
parent
d850d581d0
commit
92988cc96e
1 changed files with 3 additions and 2 deletions
|
@ -177,13 +177,14 @@ img.profile {
|
|||
border-radius: 1em;
|
||||
margin: 0.25em 0.75em 0.75em 0;
|
||||
|
||||
filter: grayscale(1);
|
||||
transition-property: color, filter;
|
||||
transition-duration: .2s;
|
||||
transition-timing-function: ease-in;
|
||||
|
||||
&:hover {
|
||||
filter: none;
|
||||
border: 1px solid var(--accent);
|
||||
box-sizing: content-box;
|
||||
margin: calc(0.25em - 1px) calc(0.75em - 1px) calc(0.75em - 1px) -1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue