Edit social links icons
This commit is contained in:
parent
c12732989c
commit
d0310f35b8
4 changed files with 47 additions and 16 deletions
|
@ -146,8 +146,6 @@ body {
|
|||
svg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
fill: var(--black);
|
||||
transition: fill 200ms ease-in-out;
|
||||
}
|
||||
|
||||
&--white {
|
||||
|
@ -155,10 +153,6 @@ body {
|
|||
&:focus-visible {
|
||||
outline: 1px dashed var(--white);
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: var(--white);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,15 +25,13 @@
|
|||
|
||||
// Dimensions
|
||||
|
||||
--icon-size: 2.25rem;
|
||||
--icon-size: 3.2rem;
|
||||
--sidebar-padding: 0.8rem;
|
||||
|
||||
// Colors
|
||||
|
||||
--black: #000;
|
||||
--transparent-black: rgba(0, 0, 0, 0.3);
|
||||
--white: #fff;
|
||||
--transparent-white: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
// Media queries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue