Skip to content

Commit

Permalink
changing bold to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillasr committed Oct 4, 2023
1 parent f3d9349 commit 9f12950
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ a.navbar-item.is-active {

.date {
color: black; /* Date color */
// font-weight: bold;
font-size: 16px;
// margin-left: 60px
// flex-basis: 15%;
Expand All @@ -353,7 +352,7 @@ a.navbar-item.is-active {

.thesis {
color: #333; /* Description color */
// font-weight: 600;
font-weight: 500;
}

.supervisor {
Expand All @@ -380,7 +379,7 @@ a.navbar-item.is-active {
margin-left: 30px
}
.highlight {
// font-weight: 600;
font-weight: 500;
color: #333;
}
.publ-info {
Expand Down

0 comments on commit 9f12950

Please sign in to comment.