Update _sass

This commit is contained in:
Santiago Lo Coco 2022-01-14 23:59:25 -03:00
parent 85bb41bda3
commit 7f0c1d73b2
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,7 @@
body {
padding-bottom: 70px;
// font-family: 'Fira Code';
color: var(--global-text-color);
background-color: var(--global-bg-color);
@ -29,7 +30,7 @@ body.sticky-bottom-footer {
// Profile
.profile {
img {
width: 100%;
width: 90%;
}
}

View File

@ -30,7 +30,6 @@ $grey-color-dark: #1C1C1D;
$white-color: #ffffff !default;
$black-color: #000000 !default;
// Theme colors
$code-bg-color-light: rgba($purple-color, 0.05);