Skip to content

Commit

Permalink
Update custom-style.scss
Browse files Browse the repository at this point in the history
removing custom classes for prominent text
  • Loading branch information
wiobyrne authored Feb 2, 2025
1 parent c26e4e5 commit cf58b43
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions src/site/styles/custom-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,57 +19,6 @@ body {
background-color: #f8f8f5; // Light warm gray-beige
}

// Custom Heading Sizes for Larger Text
h1 {
font-size: 3rem; // Larger for main headings
font-family: var(--font-heading);
font-weight: 600;
color: #2a2a2a; // Darker color for headings
}

h2 {
font-size: 2.5rem; // Larger for sub-headings
font-family: var(--font-heading);
font-weight: 600;
color: #333;
}

h3 {
font-size: 2rem; // Larger for tertiary headings
font-family: var(--font-heading);
font-weight: 600;
color: #444;
}

h4 {
font-size: 1.75rem; // Adjusted smaller size
font-family: var(--font-heading);
font-weight: 600;
color: #555;
}

// Custom Paragraph Size
p {
font-size: 1.2rem; // Larger than default body text
line-height: 1.8;
color: #333; // Slightly darker for readability
}

// Custom class to make a paragraph more prominent
.prominent-paragraph {
font-size: 1.6rem; /* Larger size for prominence */
font-weight: bold; /* Make the text bold */
line-height: 1.8; /* Adjust line-height for better readability */
color: #2a2a2a; /* Darker color for emphasis */
margin-bottom: 1rem; /* Add some spacing below for separation */
}

// For specific section (example for large-text class)
.large-text {
font-size: 1.5rem; // Custom size for certain sections
color: #2a2a2a;
}

// Code blocks styling
code, pre {
background-color: #f3f3f0; // Slightly darker than body background
Expand Down

0 comments on commit cf58b43

Please sign in to comment.