Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
dress it up
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
  • Loading branch information
cjyabraham committed Aug 23, 2024
commit 5a205c48b0cc1920230430c7773b67e00c4313a7
11 changes: 8 additions & 3 deletions _sass/base_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,8 @@ a, .btn {
article.pytorch-article .note-card {
border-radius: 0;
border: none;
background-color: $light_grey;
background-color: $orange;
color: white;
padding: 30px;
margin-bottom: 50px;

Expand All @@ -475,7 +476,7 @@ article.pytorch-article .note-card {
letter-spacing: 1.33px;
line-height: 2rem;
text-transform: uppercase;
color: $slate;
color: white;
margin-top: 0;
margin-bottom: rem(18px);
}
Expand All @@ -484,7 +485,11 @@ article.pytorch-article .note-card {
font-size: rem(18px);
line-height: 1.5em;
margin-bottom: 0;
color: $dark_grey;
color: white;
a {
color: white;
font-weight: 700;
}
}

}
Expand Down