Commit Graph

27 Commits

Author SHA1 Message Date
timvisee 835cef025d
Style HTML kbd tags 2021-09-07 16:42:45 +02:00
timvisee 72a9eef110
Show pointer cursor when hovering collapsible details 2021-09-03 15:24:43 +02:00
timvisee c394a562cf
Do not render title anchors as page text, use CSS content instead
This removes the '#' character from title anchors from the page body.
This was troublesome as crawlers, search engines and readers were
showing these characters as well. This character is now set as CSS
content, removing it as text from the page body.
2021-03-31 14:05:57 +02:00
timvisee ca1b84e1c5
Move table of contents jumpbox into article body, make toggleable 2021-03-01 17:53:05 +01:00
timvisee 70bbeaae6b
Remove shadow colors 2021-03-01 17:06:11 +01:00
timvisee e367d5a4d1
Fix code block highlight style errors, make consistent across dark/light 2020-09-18 17:07:49 +02:00
timvisee d59f607050
Do not explicitly set code background, already done by code highlighter 2020-09-18 17:07:49 +02:00
timvisee d90df77878
Simplify tags and code blocks, remove borders and shadows 2020-09-18 17:06:51 +02:00
timvisee a52fdcb435
Fix enormous svg on slow loading 2020-09-18 17:06:04 +02:00
timvisee 08fa75de79
Remove comments container 2020-09-18 17:06:01 +02:00
timvisee 935fd9f4e1
Nicely size link backgrounds 2020-09-18 17:06:01 +02:00
timvisee c7c9dccd04
Rework header and navbar 2020-09-18 17:05:31 +02:00
timvisee a727923046
Tweak Zenn theme colors 2020-09-18 17:05:31 +02:00
timvisee a5886ef714
Add border radius to images/videos, make radius consistent 2020-04-22 15:33:10 +02:00
timvisee b5a949647f
Minor tweaks 2020-03-28 02:34:28 +01:00
timvisee d7b6f68c94
Remove drop shadow filter from embeddings as they are very inefficient
It appears that many browsers, especially on mobile, have a very
inefficient implementation of the drop shadow filter used to put a
shadow behind media elements throughout the website. They significantly
delay first paint time.
2020-01-19 19:55:21 +01:00
timvisee 36d6086aa7
Use ASCII hash symbol for anchor links 2019-11-01 14:01:22 +01:00
timvisee fb4a59da54
Properly size HTML5 video on webpage, minor donation page change 2019-10-27 18:29:34 +01:00
timvisee 8671f15367
Style comments widget 2019-08-29 21:57:06 +02:00
timvisee 98b83d4e93
Block CSS transitions until page is ready, transition and other fixes 2019-07-18 21:36:41 +02:00
timvisee c9387406dc
Better image styling, no border/background, just a nice shaped shadow 2019-07-17 18:33:23 +02:00
timvisee b8a16bf4f7
Add 'Dark mode toggle on your static website' blog post as draft 2019-07-16 22:36:42 +02:00
timvisee 7e533e64c5
Add light theme that can be toggled with contrast button in page header 2019-07-16 17:35:05 +02:00
timvisee e27ea922f1
Add 'Fix Windows 10 articles, use a Linux terminal' article as draft 2019-07-08 14:07:37 +02:00
timvisee 0d28257e72
Move anchors to right of title 2019-07-04 13:33:33 +02:00
timvisee 94d7357d67
Slightly improve article element overflowing, improve tables 2019-07-03 18:10:25 +02:00
timvisee 3de3a34258
Cleanup SCSS, modularize 2019-07-01 23:26:34 +02:00