Commit Graph

33 Commits

Author SHA1 Message Date
Greg Newman
706c283f8d 🐛 fixes font colors in docs header 2023-08-18 11:23:28 -04:00
Greg Newman
9bcc48df68 🎨 Auth pages styling
Styles all auth pages consistently.  Sign up and Log in are side by side now removing the confusing links to switch between forms.  Form errors are now properly displayed and styles.  All pages related to social auth flow are styled as well as the forgot password flow.
2023-08-18 10:54:38 -04:00
Greg Newman
2581a43e33 🚧 secondary style sheet for docs
This provides a secondary tailwind config that does not do a reset and only includes styles compiled from header and footer templates.

Run `yarn builddocs` to generate the stylesheet for docs
2023-08-17 14:09:37 -03:00
Greg Newman
79cdbfa55e 🎨 styles for social auth flow 2023-08-11 11:18:37 -04:00
Spencer Strickland
8f6a926af5 page clean-ups, version model for release notes 2023-08-09 05:03:26 -05:00
Spencer Strickland
28ee2a63cb quick fix on header colors 2023-07-28 12:43:07 -05:00
Spencer Strickland
539ad3bd48 misc updates includes tos/privacy 2023-07-26 08:54:35 -05:00
Spencer Strickland
172c89d50c additional library updates + community links 2023-07-18 10:36:37 -05:00
Spencer Strickland
c089c65920 updates to libraries, news icons, other launch items 2023-07-18 10:36:37 -05:00
Spencer Strickland
15eb80e4c2 releases updates, scrollbar, header icons 2023-07-17 05:50:44 -05:00
Spencer Strickland
7e48dd6c80 UI updates to Learn, News, Footer 2023-07-12 15:36:57 -05:00
Spencer Strickland
38e9fa8411 UI updates to Community and Releases 2023-07-12 07:03:45 -05:00
Donovan
8b30b0cd74 updated scroll bar for dark mode 2023-05-18 04:03:28 +05:30
Greg Newman
7e8adadee0 🐛 fixing font imports
Issue: #257
2023-05-08 18:04:46 -04:00
Greg Newman
1522fc679e 🎨 darker text in light mode
Issue: #215
2023-05-01 16:15:33 -04:00
Greg Newman
3654f702eb 🎨 fixes auth pages for light/dark 2023-04-28 09:50:41 -04:00
Greg Newman
81c8bbe911 🎨 not so dark font 2023-04-27 08:22:25 -04:00
Greg Newman
313b99d30b 🎨 change font colors
Issue: #152
2023-04-26 14:49:23 -04:00
Greg Newman
f009e91019 🚜 WIP light/dark mode
Hooked up light and dark mode to the nav.
In addition to changing the content colors the logo is swapped based on mode.
2023-04-26 11:19:39 -04:00
Greg Newman
e5927701c0 🐛 fix x-cloak 2023-02-03 09:07:10 -05:00
Greg Newman
d3ac2d159d 🎨 cleaning up auth pages more
* Make blocks not jump vertically on tab change
* Change Login to Log In
* Change Signup to Sign Up
* toggle providers and form on Sign Up templates
* Fix mobile layout
* Change verbage on provider buttons to “use”
* Set default href style on paragraphs
2023-02-01 09:21:49 -05:00
Greg Newman
c4e88a2c1c hide footer signup on auth views 2023-01-20 09:00:24 -05:00
Greg Newman
c6af77b85e styles password reset 2023-01-05 16:27:19 -05:00
Greg Newman
66e613a725 🎨 login styles 2022-12-16 11:40:01 -05:00
Greg Newman
a6fae5650a 🎨 signup form styles 2022-12-16 11:01:26 -05:00
Greg Newman
ef78d439be 🎨 styles for inputs 2022-12-16 10:18:54 -05:00
Greg Newman
a074985549 🎨 set fonts in tailwind 2022-12-15 15:11:23 -05:00
Greg Newman
3e3c92d033 🐛 fixes text areas 2022-12-12 10:35:12 -05:00
Greg Newman
047c86083b 🚧 review detail 2022-10-10 08:39:42 -04:00
Greg Newman
09f1b13f46 ⚙️ more work on forum index and tailwind 2022-09-21 11:40:01 -04:00
Greg Newman
2487c62d28 🚧 Markdown renderer
* Stubbed out TemplateView for rendering markdown files
* Added a BoostRenderer class to parse the markdown files to support the first iteration of a youtube shortcode and also a Pygments renderer for code blocks.
* Added default styles for some common markup so the rendered markdown looks better.

The pygments renderer is set to use Solarized Dark right now because that’s the closest I see that matches the design of the site.  This can be changed in the class.
2022-09-10 11:07:42 -04:00
Greg Newman
21f637c594 compiled styles 2022-05-23 17:54:27 -04:00
Greg Newman
41a2e262b1 setup tailwind 2022-05-12 09:31:02 -04:00