Skip to content

Commit

Permalink
update cv badge style
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 5, 2022
1 parent 2ea5420 commit e977c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/cv/time_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="row">
{% if content.year %}
<div class="col-xs-2 cs-sm-2 col-md-2">
<span class="badge fw-bold danger-color-dark text-uppercase align-middle">
<span class="badge fw-bold text-uppercase align-middle">
{{ content.year }}
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ footer.sticky-bottom {

.badge {
color: var(--global-card-bg-color) !important;
background-color: var(--global-theme-color) !important;
background-color: var(--global-theme-color);
min-width: 100%;
}
}
Expand Down

0 comments on commit e977c30

Please sign in to comment.