Skip to content

Commit

Permalink
Changed fonts and colours
Browse files Browse the repository at this point in the history
  • Loading branch information
efsalvarenga committed Dec 11, 2024
1 parent 7ba7822 commit 45fb2c2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
8 changes: 6 additions & 2 deletions _sass/color_schemes/site.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
$red-deg: #d93933 !default;
@import "./color_schemes/dark";

$link-color: $red-deg;
$color-scheme: dark !default;

$linkcol: #A600FF !default;

$link-color: $linkcol;
21 changes: 11 additions & 10 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Noto+Sans:ital,wdth,wght@0,91,100..900;1,91,100..900&family=Metamorphous&display=swap');


body{
font-family: 'Nunito', serif;
font-weight: 400;
font-family: 'Averia Serif Libre', serif;
}

h1, h2, h3, h4 {
font-family: "Nunito";
font-weight: 400;
font-family: "Metamorphous";
font-weight: 700;
font-style: normal;
text-transform: uppercase;
}

tr:nth-child(even) td{
background-color: #f2f2f2;
}

th, td {
Expand All @@ -37,6 +32,12 @@ tbody tr:last-of-type td{
padding-bottom: .35rem;
}

h4, .text-delta{
font-size: 12px !important;
font-weight: 600;
text-transform: uppercase;
}

.nav-list .nav-list-item .nav-list-link {
font-size: 1rem;
}

0 comments on commit 45fb2c2

Please sign in to comment.