mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-20 03:21:59 +02:00
Use Fontsource and Lucide
Replacing Google Fonts and FontAwesome
This commit is contained in:
parent
4fb0aae042
commit
833318ba3d
12 changed files with 69 additions and 50 deletions
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
|
||||
@mixin buttonBasic {
|
||||
display: block;
|
||||
display: flex;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
background: $accentColor;
|
||||
|
@ -50,6 +50,12 @@
|
|||
text-decoration: none;
|
||||
box-shadow: 0 0 33px -10px rgba($accentColor, 0.5);
|
||||
transition: box-shadow 0.25s;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
svg {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
|
@ -66,7 +72,6 @@
|
|||
@mixin homeBanner {
|
||||
background: lighten($background, 1);
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
transition: background-color 0.25s, color 0.25s;
|
||||
|
@ -75,10 +80,6 @@
|
|||
background: darken($accentColor, 1);
|
||||
}
|
||||
|
||||
img {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
> div {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue