Skip to content

Commit

Permalink
update deps, fix lesson-preface having hard coded color
Browse files Browse the repository at this point in the history
  • Loading branch information
btholt committed Sep 26, 2022
1 parent d0402dd commit 5f7fdba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"csv": "node csv/index.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-free": "^6.2.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.5.1",
"marked": "^4.0.16",
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"highlight.js": "^11.6.0",
"marked": "^4.1.0",
"next": "^12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"title-case": "^3.0.3"
},
"devDependencies": {
Expand Down
6 changes: 5 additions & 1 deletion styles/courses.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ header .cta-btn {
padding: 15px 0;
}

.lesson li li {
margin-left: 25px;
}

.next {
float: right;
}
Expand Down Expand Up @@ -392,7 +396,7 @@ ol.sections-name .lesson-preface {
position: relative;
align-items: center;
justify-content: center;
background: #93aca7;
background: var(--secondary);
font-size: 100px;
padding: 25px;
width: 40%;
Expand Down

0 comments on commit 5f7fdba

Please sign in to comment.