Skip to content

Commit

Permalink
Revert "Fix missing headers within tabs (#178)"
Browse files Browse the repository at this point in the history
This causes undefined behaviour; the exact same styles are in two
different files, causing the browser to randomly select whichever one
comes first.

This reverts commit 42aeda8.
  • Loading branch information
lifehackerhansol committed Oct 23, 2024
1 parent 42aeda8 commit ee48977
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ module.exports = {
[ 'link', { rel: 'mask-icon', color: '#2E3440', href: '/assets/favicon/safari-pinned-tab.svg' } ],
[ 'link', { rel: 'shortcut icon', href: '/assets/favicon/favicon.ico' } ],
[ 'link', { rel: 'stylesheet', href: 'https://use.fontawesome.com/releases/v5.6.1/css/all.css' } ],
[ 'link', { rel: 'stylesheet', href: '/assets/stylesheet/style-override.css' } ],
[ 'meta', { name: 'msapplication-TileColor', content: '#2E3440' } ],
[ 'meta', { name: 'msapplication-TileImage', content: '/assets/favicon/mstile-144x144.png' } ],
[ 'meta', { name: 'msapplication-config', content: '/assets/favicon/browserconfig.xml' } ],
Expand Down
4 changes: 0 additions & 4 deletions docs/.vuepress/public/assets/stylesheet/style-override.css

This file was deleted.

0 comments on commit ee48977

Please sign in to comment.