diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss index aedf1c6764..45306c92d8 100644 --- a/assets/scss/_custom.scss +++ b/assets/scss/_custom.scss @@ -341,6 +341,12 @@ footer { /* DOCS */ +table tr.cve-status-open, table tr.cve-status-unknown { + > td.cve-item-summary { + font-weight: bold; + } +} + .launch-cards { padding: 0; display: grid; diff --git a/layouts/shortcodes/cve-feed.html b/layouts/shortcodes/cve-feed.html index 02a1918864..fa99614875 100644 --- a/layouts/shortcodes/cve-feed.html +++ b/layouts/shortcodes/cve-feed.html @@ -45,9 +45,9 @@
{{ range $feed.items }} -