Skip to content

Commit

Permalink
change some component fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
smonadjemi committed Dec 12, 2024
1 parent e4042cf commit 250b0cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/card.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% capture url %}{% if include.global_url %}{{ include.button_url }}{% else %}{{ include.button_url | relative_url }}{% endif %}{% endcapture %}
<div class="card">
<h3 class="heading--base">{{ include.title }}</h3>
<div class="card text-secondary">
<h3 class="heading--base text-secondary">{{ include.title }}</h3>
<p>{{ include.description }}</p>
<div class="mt-auto">
<a href="{{ url }}" class="button button-inverse mt-4">{{ include.button_text }}</a>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>{{ page.title }}</h1>
{% endfor %}
</div>
{% if page.intro_section.content %}
<div class="section__content text-measure text-primary ieee-pub-notice">
<div class="section__content text-measure text-secondary ieee-pub-notice">
{{ page.intro_section.content | markdownify }}
</div>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ em {
}

.link:hover, .content a:hover:not(.button) {
@apply text-primary-600;
@apply text-primary-500;
transition: color 200ms;
}

Expand Down

0 comments on commit 250b0cd

Please sign in to comment.