Skip to content

Design system #1742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 40 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
4b9e967
Adding css to folders
Nov 15, 2024
4657f25
Add main vars file + add light mode
Nov 20, 2024
8f73b78
Merge branch 'gh-pages' of https://github.com/expressjs/expressjs.com…
Nov 30, 2024
410fb99
Add links for lightm and darkm
Nov 30, 2024
231ea87
Move all lightm vars out of styles
Dec 22, 2024
fb096c8
Doctable table head and card
Dec 28, 2024
3896de8
Fix pre plain-text color
Dec 29, 2024
2a3dc6f
Move doc boxes to themes
Jan 1, 2025
50ba269
blog, eol and support classes
Jan 5, 2025
b2e2922
Move styles back into styles using same var for both
Jan 11, 2025
4049f3d
Contiue moving styles back into style.css
Jan 12, 2025
11a928e
Finish moving styles back
Jan 14, 2025
d73c9f3
Move search bar theme to styles
Feb 2, 2025
4762109
Remove all items possible from themes to style.css
Feb 3, 2025
23709c5
Add few more inline comments
Feb 3, 2025
4bfc15c
Clean up vars and fix small mistakes
Feb 3, 2025
ee6428a
Merge branch 'gh-pages' of github.com:expressjs/expressjs.com into de…
bjohansebas Feb 3, 2025
61263b9
add more css to folders
bjohansebas Feb 4, 2025
ddfb430
remove announcemnet-icon variable
bjohansebas Feb 4, 2025
c3de70b
remove announcement icon
bjohansebas Feb 4, 2025
8dce899
Merge branch 'gh-pages' into design-system
bjohansebas Feb 4, 2025
0133748
Update merged changes to use vars - fix outliers
Feb 4, 2025
bb8004b
Merge branch 'design-system' of github.com:chrisdel101/expressjs.com …
Feb 4, 2025
55eb258
remove imports
Feb 4, 2025
82314c3
Merge remote-tracking branch 'upstream/gh-pages' into design-system
Feb 6, 2025
4ccd3ed
Merge remote-tracking branch 'origin/design-system' into design-system
Feb 6, 2025
6a71959
Remove comments, tag menu
Feb 6, 2025
c7bbebe
Remove grey-fg, fat-arrow style, comments
Feb 6, 2025
92ed4fc
Change yaml tag to markdown
Feb 6, 2025
41893f0
Merge branch 'gh-pages' into design-system
chrisdel101 Feb 6, 2025
0bbadfc
Merge remote-tracking branch 'upstream/gh-pages' into design-system
Feb 8, 2025
d97a88c
Make suggesed changes
Feb 8, 2025
fd90dcf
Move drop down styles to style.css
Feb 8, 2025
fa53a4f
Finish drop down fix
Feb 8, 2025
83629a6
Unify the overlay background
bjohansebas Feb 9, 2025
e4e5cfd
Update code background color in variables.css
bjohansebas Feb 9, 2025
1578f90
Make requested changes - comments in JS
Feb 10, 2025
1a2c79b
Merge remote-tracking branch 'origin/design-system' into design-system
Feb 10, 2025
967f226
readd opacity to #top class
bjohansebas Feb 10, 2025
1c594b5
Refactor #top button styles and remove light theme CSS
bjohansebas Feb 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions _includes/blog/tags-menu.md

This file was deleted.

6 changes: 4 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/favicon.png" />
<script data-cfasync="false" src="/js/theme.js"></script>
<link rel="stylesheet" href="/css/dark-theme.css?_={{ site.time | date: '%s' }}">
<link rel="stylesheet" href="/css/variables.css?_={{ site.time | date: '%s' }}">
<link rel="stylesheet" href="/css/themes/dark-theme.css?_={{ site.time | date: '%s' }}">
<link rel="stylesheet" href="/css/themes/light-theme.css?_={{ site.time | date: '%s' }}">
<link rel="stylesheet" href="/css/style.css?_={{ site.time | date: '%s' }}">
<link rel="stylesheet" href="/css/sintax.css?_={{ site.time | date: '%s' }}">

<link rel="stylesheet" href="/css/font-awesome.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;amp;subset=latin,latin-ext">
<link rel="stylesheet" href="/css/{{ page.lang }}.css">
<link rel="stylesheet" href="/css/langs/{{ page.lang }}.css">

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="{{page.description}}">
Expand Down
280 changes: 0 additions & 280 deletions css/dark-theme.css

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading