Commit graph

26 commits

Author SHA1 Message Date
2fb7b4cf44 Change syntax highlighting theme 2020-12-17 09:42:47 +00:00
ebd9903bf6 Remove dark mode from theme 2020-12-17 09:42:41 +00:00
9fba0b7292 Wrap all custom components in layers 2020-12-17 01:53:58 +00:00
4cfc932f77 Import all libraries automatically 2020-12-17 01:33:15 +00:00
a7dce26971 Split custom utilities into partials 2020-12-17 01:32:43 +00:00
d7b39a18e9 Split custom base classes into partials 2020-12-17 01:32:43 +00:00
f12da38a40 Use postcss-easy-import for easy importing 2020-12-17 01:32:43 +00:00
3df64325b8 Sort imports [ci skip] 2020-12-17 00:05:40 +00:00
265b6f17ca Improve syntax highlighting 2020-12-16 23:52:30 +00:00
52964e2eca Improve note styling in dark mode 2020-12-16 20:52:45 +00:00
71294cb75e Re-add block background colour 2020-11-28 19:57:17 +00:00
3025ab0f68 Change table header colour in dark mode 2020-11-08 14:51:02 +00:00
097293fc3e Change input text colour in dark mode 2020-11-08 13:45:25 +00:00
a574e7e532 Change blockquote colour in dark mode 2020-11-08 13:36:16 +00:00
a888430ef3 Integrate the typography plugin with dark mode
References #27
2020-10-29 01:43:33 +00:00
e996140f47 Add dark mode styles
References #27
2020-10-29 01:02:26 +00:00
530074f176 Override gray colours
Override the default Tailwind `gray` colours, and update anywhere that
the originals were used.

References #27
2020-10-29 00:50:09 +00:00
b70b30bc99 Refactor existing CSS
Fixes #190
2020-09-16 01:47:00 +01:00
70681df30f Update logo and favicon 2020-08-20 07:40:21 +01:00
1b2cbc1a9b Add and use Tailwind CSS typography plugin
Replace custom markup styles with Tailwind CSS's typography/prose plugin
(https://github.com/tailwindlabs/tailwindcss-typography).
2020-08-11 00:59:40 +01:00
fe7142e1f1 Improve accessibility of the nav toggle button
Improve the accessibility for the nav toggle button by adding a border
around the button when it is focussed on.

I've added a custom Tailwind CSS variant to do this using a custom
`focus-visible` variant in tailwind.config.js, and using the
https://www.npmjs.com/package/focus-visible polyfill.
2020-07-23 13:57:41 +01:00
ff77296e4c Style the recommendations block
References #146
2020-07-15 21:06:51 +01:00
98ac66495f Set line heights for heaings 2020-06-27 11:24:20 +01:00
2b061539d5 Fix spacing issues in various places 2020-06-27 00:25:55 +01:00
deb6f26836 Add webpack aliases for CSS and JS directories 2020-06-16 00:12:47 +01:00
0215e31154 Move CSS and JS into assets 2020-06-16 00:04:46 +01:00