Commit graph

37 commits

Author SHA1 Message Date
Foster Hangdaan 5e1339a292
Adjust text line heights 2023-11-29 11:58:53 -05:00
Foster Hangdaan 5dbf9fa28f
Fix extra margins on multi-paragraph lists 2023-11-28 21:56:00 -05:00
Foster Hangdaan 7291d5ef22
Fixes to codeblock (pre)
- Set a value for top and bottom margins.
- Fix the line height being too large.
2023-11-28 21:42:12 -05:00
Foster Hangdaan c7502688ee
Overhaul font sizes
This aims to improve the readability of the text on desktop displays.
It mainly increases the font size and line height of the text in the
main content.
2023-11-28 21:15:36 -05:00
Foster Hangdaan d5de0822ae
Revert <main> font weight back to the default 2023-11-28 08:24:52 -05:00
Foster Hangdaan 4b3f034800
Increase <main> section font weight to 450 2023-11-27 18:01:58 -05:00
Foster Hangdaan ec515c4dbc
Change fonts
- Mona Sans for paragraphs and default text.
- Hubot Sans for headings and titles.
- Monaspace for code and other monospace text.

Removed CascadiaCode and Ubuntu fonts.
2023-11-27 17:43:21 -05:00
Foster Hangdaan 3a4dd2ce30
Add margins to lists 2023-10-23 06:55:14 -04:00
Foster Hangdaan fd36da256b
Add styles for images, screenshots & figures 2023-08-27 17:01:51 -04:00
Foster Hangdaan 1efd79fa27
Prevent icons from being highlighted or selected 2023-08-06 11:11:12 -04:00
Foster Hangdaan 0101221ea8
Move .tag-list style to base.scss
Also decreased tag font size a little bit.
2023-08-05 17:29:36 -04:00
Foster Hangdaan e53f775325
Add tag style 2023-08-05 14:45:16 -04:00
Foster Hangdaan a2980f4a0a
Use proper var for success blockquote 2023-08-04 21:29:41 -04:00
Foster Hangdaan a53f419dbb
Update h2 style
- Removed the bottom border.
- Increased top margin.
2023-08-04 21:07:56 -04:00
Foster Hangdaan 11aca8ccee
Remove unit in global line height
This fixes some issues.
2023-08-04 21:05:43 -04:00
Foster Hangdaan 5d1e8bfe29
Style changes to inline code and code blocks 2023-08-04 20:52:36 -04:00
Foster Hangdaan 4cef060d3a
Increase global line height 2023-08-04 20:50:49 -04:00
Foster Hangdaan c00c83b3c7
Use bg filter color for blockquote icon 2023-08-04 18:22:09 -04:00
Foster Hangdaan 507523aaab
Use icons from static file server
The TSX icon components have been deleted since they will no longer be used.
2023-08-04 18:16:39 -04:00
Foster Hangdaan 7de0e1def5
Update icon links 2023-08-04 15:34:33 -04:00
Foster Hangdaan 26f92c853a
Add <table/> styles 2023-08-03 22:37:20 -04:00
Foster Hangdaan f678f76b9c
Use new heading text color 2023-08-03 21:39:44 -04:00
Foster Hangdaan 398ce2fa13
Update blockquote styles
There are now styles for each variant:

- Regular
- Info
- Success
- Warning
- Danger
2023-08-03 20:50:31 -04:00
Foster Hangdaan 2ca9f3c80f
Convert content from TSX to Markdown 2023-08-03 19:31:43 -04:00
Foster Hangdaan db36f9cc7c
Update styles
- Fix style that affected `ol` and `ul` tags when only `ul` should have
been targeted.
- Added style for `code` outside of `pre`.
2023-08-02 20:44:01 -04:00
Foster Hangdaan 9176cc8312
Add style for blockquote 2023-08-02 20:13:41 -04:00
Foster Hangdaan 6b5fa15f2c
Refactored fonts
- Added fonts as static assets. We no longer depend the client's system
  to have the fonts installed.
- Moved site wide monospace and sans-serif font families to a global variable.
2023-07-27 22:51:48 -04:00
Foster Hangdaan c1519aa0c1
Add style for paragraphs 2023-07-26 23:03:23 -04:00
Foster Hangdaan 1b1482a8d9
Under the hood changes to container styles
Previously, the entire main content was fitted inside one element. Now,
each section and container handle their own paddings and margins. This
allows for more flexibility as to how each container can be styled.
2023-07-26 22:31:46 -04:00
Foster Hangdaan c552270c6e
Remove useless for loop 2023-07-26 22:09:50 -04:00
Foster Hangdaan 70b2c3d5bf
Move header styles to dedicated SCSS file 2023-07-26 22:06:55 -04:00
Foster Hangdaan e0f710a5e0
Move separator into its own component 2023-07-26 22:02:15 -04:00
Foster Hangdaan cf93b840bc
Add class for inline display 2023-07-26 21:50:00 -04:00
Foster Hangdaan d0c87126c1
Decrease length of separator 2023-07-26 16:37:57 -04:00
Foster Hangdaan c3e9daadcb
Add header component 2023-07-26 16:34:06 -04:00
Foster Hangdaan e19427f897
Complete initial landing page 2023-07-25 02:59:32 -04:00
Foster Hangdaan d794f194fd
Add initial styles 2023-07-23 20:21:43 -04:00