generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Víctor Marino
committed
Jul 14, 2024
1 parent
ac21e14
commit d1c3fb9
Showing
8 changed files
with
90 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
/* hugo-dynamic-tabs */ | ||
.nav-tabs { | ||
border-bottom: 1px solid transparent; | ||
} | ||
|
||
.nav-tabs .nav-item.show .nav-link, | ||
.nav-tabs .nav-link.active { | ||
color: #495057; | ||
background-color: transparent; | ||
border-color: transparent transparent white; | ||
} | ||
|
||
.nav-tabs .nav-link:focus, | ||
.nav-tabs .nav-link:hover { | ||
border-color: transparent transparent grey; | ||
} | ||
|
||
/* index.css */ | ||
|
||
/* Replace arrow character in lists with dots */ | ||
#about ul li::before { | ||
content: "•" !important; | ||
} | ||
#experience .experience-container .tab-content .tab-pane ul li::before { | ||
content: "•" !important; | ||
} | ||
|
||
/* header.css */ | ||
|
||
/* Reduce min width of language dropdown items */ | ||
.dropdown-menu { | ||
min-width: 5rem; | ||
} | ||
|
||
/* Make the header sticky */ | ||
header { | ||
top: 0; | ||
position: sticky; | ||
} | ||
|
||
/* Prevent sticky header from covering section titles when clicking navbar links */ | ||
.py-0, | ||
.py-5 { | ||
scroll-margin-top: 2em; | ||
} | ||
|
||
/* fonts.css */ | ||
|
||
/* Set Ubuntu as default font for body */ | ||
body { | ||
font-family: "Ubuntu", serif !important; | ||
} | ||
|
||
/* Set Ubuntu as secondary font */ | ||
.secondary-font, | ||
#secondary-font { | ||
font-family: "Ubuntu", serif; | ||
} | ||
|
||
/* single.css */ | ||
|
||
#single .page-content ol, | ||
#single .page-content ul { | ||
list-style-position: outside !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters