diff --git a/css/style.css b/css/style.css index d21215a6c8..8793968eb7 100644 --- a/css/style.css +++ b/css/style.css @@ -283,9 +283,8 @@ a { margin-bottom: .25em; } -#description .express > a { +#description .express > span { color: var(--card-fg); - text-decoration: none; } #description .express a#express-version { diff --git a/index.md b/index.md index 2688dabf05..e767af3754 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ redirect_from: "/en/index.html"
- +

Fast, unopinionated, minimalist web framework for Node.js

$ npm install express --save