diff --git a/public/style.css b/public/style.css index e3d2af40..d8949a9e 100644 --- a/public/style.css +++ b/public/style.css @@ -8306,6 +8306,13 @@ nav.timecodes { text-align: center; margin: 10px 0; } +.edu-course.highlight { + border-left: 0.25rem solid black; + border-color: #666; + border-color: var(--link-color); + background-color: #ccc; + background-color: var(--theme-color-dimmest); } + .edu-course .edu-article.coming-soon { font-style: italic; } diff --git a/src/rawdata/scss/_education.scss b/src/rawdata/scss/_education.scss index c51dc42c..35e59fd1 100644 --- a/src/rawdata/scss/_education.scss +++ b/src/rawdata/scss/_education.scss @@ -1,4 +1,10 @@ .edu-course { + &.highlight { + border-left: 0.25rem solid black; + @include usevar(border-color, link-color); + @include usevar(background-color, theme-color-dimmest); + } + .edu-article.coming-soon { @extend .c--dimmer; font-style: italic; diff --git a/src/templates/src/education_index.html b/src/templates/src/education_index.html index 58768559..baeb76fb 100644 --- a/src/templates/src/education_index.html +++ b/src/templates/src/education_index.html @@ -85,5 +85,29 @@
+ New Article
{{ end }} + + {{ end }}