Commit Graph

80 Commits

Author SHA1 Message Date
Nicolás Quiroz
9b106c3a7e
fix: keep footer element at the bottom of the page (#26909)
* format: prettier

* fix: keep footer at the bottom of the page

* fix: use calc to compute proper height
2023-03-16 15:13:59 -04:00
Paul Wackerow
d5f9948a8e
[website]: Layout patch [Fixes 26420] (#26878)
[fix] search.css layout adjustment [Fixes #26420]
2023-03-14 07:18:14 -03:00
Nicolás Quiroz
b933fdd2e5
[website] chore: update textStyles in DocsNav (#26635)
chore: update textStyles in DocsNav
2023-02-08 11:24:45 -03:00
Nicolás Quiroz
df653f20e9 chore: prettier 2022-12-19 22:38:54 -03:00
Paul Wackerow
82a633c299
update styling for search component (#191) 2022-12-19 15:28:06 -03:00
Nicolás Quiroz
a688f81afe
fix: buttons :active/:focus styles (#173)
* chore: update Button component styles

* chore: update textStyles

* chore: remove redundant styles
2022-12-15 19:37:21 -03:00
Paul Wackerow
b527950e6d
Merge branch 'master' into algolia 2022-12-13 12:31:44 -08:00
Corwin Smith
83c67a88a1 Merge branch 'master' into h1StyleFix 2022-12-12 18:39:01 -07:00
Corwin Smith
3d722a3ee5 h2 fontWeight 2022-12-12 18:36:54 -07:00
Corwin Smith
8241aefcb4
update colors (#154) 2022-12-12 16:16:59 -03:00
Corwin Smith
64ae7579bd update header styles 2022-12-12 11:45:08 -07:00
Corwin Smith
4ca9d12193 update fontSize for h1 2022-12-08 22:52:04 -07:00
Nicolás Quiroz
640b72abc6 fix: add :hover color for hero buttons on dark mode 2022-12-07 18:40:13 -03:00
Paul Wackerow
11035bf0c4
adjusts light primary to green.700 for contrast (#137)
Improves contrast ratio when paired with yellow.50 and removes browser a11y warnings
2022-12-07 14:26:23 -03:00
Paul Wackerow
faa0640465
update green.900 value (#135)
used for button background; increases contrast ratio
2022-12-07 11:57:25 -03:00
Paul Wackerow
4f45c02127
Merge branch 'master' into document-nav-spacing 2022-12-06 10:04:33 -08:00
Corwin Smith
7e9e22a671 remove margin styles for document-nav-link in textStyles.ts 2022-12-06 10:54:50 -07:00
Paul Wackerow
93c255ce39
Adjust link styling for various states [Fixes #89] (#129)
* fix: link styling for various states

updates hover/active/focus link states to match design system

* hover underline color to secondary
2022-12-05 21:40:07 -03:00
Paul Wackerow
1da998a4b6
xs font size for os label on mobile [Fixes #94] (#123) 2022-12-05 13:54:38 -03:00
Paul Wackerow
50eb37ae2f
Merge branch 'master' into algolia 2022-12-02 10:58:48 -08:00
Corwin Smith
0b9ff8b1e6
Create docs navigation sidebar (#40)
* crawl files and create directory tree for sidebar

* dropdown

* Working on dropdown links and styling

* setup header nav

* Styles

* DocumentNav sidebar done

* wrap up header sidebar

* setup top level nav

* update root level data and fix link bug

* doc links yaml

* nav links for docs

* remove character

* prettier

* fix build error

* MDX style

* Update src/components/UI/docs/DocsLinks.tsx

Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>

* Abstract LinksList component into its own file

* change requests

* AccordionButton styles

* AccordionButton styled

* fix broken links

* prettier

* prettier

* fix broken default code snippet

* fix accordion spacing

* fix gap at top of DocsNav lg

* fix but of persistent header link

* remove test content

* setup Notes and prettier

* rehype

* Note component

* Note font styling

* convert old notes to use component

* Breadcrumb cleanup and prettier

* MDXComponents -> MDComponent and documentation

Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
2022-11-30 21:06:59 -03:00
Paul Wackerow
8ad35ea5b4
linting 2022-11-30 12:05:47 -08:00
Paul Wackerow
ab06e6456b
fix color of loading indicator 2022-11-30 10:27:13 -08:00
Paul Wackerow
d4b39f7fb8
fix: color of loading indicator 2022-11-30 10:25:52 -08:00
Paul Wackerow
ebdd5a4fdd
add hover styling to desktop search button 2022-11-30 09:54:43 -08:00
Nicolás Quiroz
b04fd9206f
feat: OpenPGP Signatures data (#67)
* chore: remove test data

* chore: update constants

* chore: update types

* chore: update code-bg dark color

* feat: use real data for OpenPGP Signatures table

* chore: remove unused types

Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
2022-11-30 10:37:59 -03:00
Paul Wackerow
b5e387cb82
mobile search styling tweaks 2022-11-29 19:13:35 -08:00
Paul Wackerow
b95934f292
further mobile styling 2022-11-29 18:39:02 -08:00
Paul Wackerow
f1282fbe9d
add mobile styling 2022-11-29 18:17:09 -08:00
Paul Wackerow
1729539025
add missing mark selector 2022-11-29 17:09:53 -08:00
Paul Wackerow
c80cd13c8e
add search modal styling 2022-11-29 17:00:43 -08:00
Paul Wackerow
791309031c
Extract search styling to .css 2022-11-29 17:00:33 -08:00
Nicolás Quiroz
e5c382ca04 chore: update letter spacing on headings 2022-11-29 20:38:57 -03:00
Nicolás Quiroz
1ceee90202 Merge branch 'master' of github.com:ethereum/geth-website into update-headings-letter-spacing 2022-11-29 20:27:19 -03:00
Nicolás Quiroz
b995507cf7 chore: update headings letter spacing 2022-11-29 15:39:14 -03:00
Nicolás Quiroz
c946a1672c
Update src/theme/foundations/textStyles.ts
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
2022-11-29 15:31:41 -03:00
Nicolás Quiroz
c7b99ab9ea chore: update h2 font-size 2022-11-29 13:59:19 -03:00
Nicolás Quiroz
d504f047ab
fix: dark mode body colors (#61)
* chore: update textStyles

* markdown text color styles

Co-authored-by: Corwin Smith <cssmittys@gmail.com>
2022-11-29 09:44:53 -03:00
Paul Wackerow
b3f7f2deb2
update mdx header sizes for mobile 2022-11-28 14:22:30 -08:00
Paul Wackerow
eae8e0149d
h1 letterSpacing to match design 2022-11-28 13:38:26 -08:00
Paul Wackerow
ccc3c5b420
update letterSpacing and lineHeight values
% not supported for letterSpacing, 'auto' not supported for lineHeight
2022-11-28 13:37:31 -08:00
Paul Wackerow
ce98eb17fe
clean up from code review suggestions 2022-11-28 13:05:54 -08:00
Paul Wackerow
f66ca930f5
linting 2022-11-28 09:39:07 -08:00
Paul Wackerow
95ab538776
Merge branch 'master' into markdown-styling 2022-11-28 09:37:35 -08:00
Paul Wackerow
bd80434b83
Mobile menu (#39)
* add MobileMenu component

* implement MobileMenu via Header

* close menu with links

* move all menu logic to MobileMenu component

* refactor MobileMenu to use Modals

* remove unneeded motion params

* remove animation on fixed modal

* abstract out a HeaderButtons component

* abstract out Search component

* move BORDER_WIDTH to constants

* hover fixes

* change requests

* fix: Link should wrap header buttons

Co-authored-by: Corwin Smith <cssmittys@gmail.com>
Co-authored-by: Nicolás Quiroz <nh.quiroz@gmail.com>
2022-11-23 16:57:49 -03:00
Paul Wackerow
575b1b507b
update theme styles 2022-11-23 12:50:44 -05:00
Paul Wackerow
3620978f69
Merge branch 'master' into markdown-styling 2022-11-23 12:07:26 -05:00
Paul Wackerow
0c02294710
Merge branch 'master' into markdown-styling 2022-11-22 12:43:02 -08:00
Corwin Smith
6205ba69d8 move text styles out of Code.tsx into textStyles 2022-11-21 21:06:08 -07:00
Corwin Smith
20c0a6b2b3
fix footer padding issue (#35) 2022-11-21 21:55:35 -03:00