Skip to content

Commit

Permalink
Adjusted CSS for font sizing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-ADHA committed Oct 3, 2024
1 parent cc71e0a commit 0d31e14
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions content/assets/css/ADHA.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,6 @@ h6,

/* Styles for Developer Portal context */

html {
font-size: 100%;
}

body {
font-size: 16px;
}

.dev-portal * {
font-family: Inter, system-ui, -apple-system, "system-ui", "Segoe UI", Roboto, Arial, "Noto Sans", sans-serif !important;
}
Expand All @@ -225,6 +217,10 @@ body {
background-color: #212529;
}

#dev-portal-banner * {
font-size: 16px;
}

.dev-portal #banner-inner {
background-color: rgba(0, 0, 0, 0);
background-image: radial-gradient(rgba(37, 171, 224, 0.9), rgba(13, 18, 31, 0));
Expand Down Expand Up @@ -268,7 +264,7 @@ body {

#dev-portal-sitename h1 {
color: var(--full-white);
font-size: 2rem;
font-size: 32px;
font-weight: 500;
line-height: 1.25;
margin: 0;
Expand All @@ -277,8 +273,9 @@ body {
}

.dev-portal #subtitle {
font-size: 1.25rem;
color: var(--full-white);
font-size: 20px;
font-weight: 500;
padding: 0.75rem 0 0 0;
}

Expand Down

0 comments on commit 0d31e14

Please sign in to comment.