Skip to content

Commit

Permalink
Remove unnecessary CSS styles and update font
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoabenza committed Jan 21, 2024
1 parent 2d2c5de commit 2977c59
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 32 deletions.
8 changes: 2 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
<!-- #endregion -->

<style>
h1 a[href="https://www.thinkingabacus.com/"] {
display: none;
}
h1 {
display: none;
}

img {
max-width: 100%; /* Make image responsive */
Expand Down Expand Up @@ -81,7 +75,9 @@
h5 {
color: #ffffffb7; /* White text for headings */
padding-bottom: 25px;

font-family: 'MuseoModerno', sans-serif;
font-weight: 700; /* Use the light variant of the font */
}

/* Style for horizontal rule */
Expand Down
Loading

0 comments on commit 2977c59

Please sign in to comment.