Commit Graph

94 Commits

Author SHA1 Message Date
Reorx 8deaaf2d04 update meta style in home page 2022-04-22 15:00:00 +08:00
Reorx 6aea4be5fa refactor post meta, use svg icons for identifier 2022-04-22 14:11:34 +08:00
Reorx 4d93247e53 change post nav and footer style 2022-04-22 01:13:25 +08:00
Reorx 7d6dfd7ebc add container style for disqus 2022-04-22 00:51:29 +08:00
Reorx db34d0de17 adjust share buttons style 2022-04-22 00:38:37 +08:00
Reorx 98b512fe64 move tags to the top; use ¶ for anchor symbol 2022-04-22 00:28:30 +08:00
Reorx 8c47961c41 enhance responsive style 2022-04-21 23:26:08 +08:00
Reorx 9377da773c enhance post typography 2022-04-21 17:32:20 +08:00
Reorx 368da1791e fix home page first-entry margins 2022-04-21 16:54:49 +08:00
Reorx 5b8b8241f3 add link hover style to social icons 2022-04-21 14:56:33 +08:00
Reorx a10cac8183 use hover underline style instead of transform for home page links 2022-04-21 14:46:25 +08:00
Reorx 33c1ba12e2 use hugo's builtin Chroma for code highlight 2022-04-15 00:55:41 +08:00
Reorx 6631846829 fixup! fix homeInfoParams style, add docs to menu 2022-04-14 16:34:48 +08:00
Reorx 2e2a59ef16 handle external menu item 2022-04-14 16:27:34 +08:00
Reorx dbbf9f81a1 fix homeInfoParams style, add docs to menu 2022-04-14 15:19:21 +08:00
Seth For Privacy 5d1a689d1a
Match right side padding when ToC is used on left
Simply bumps padding on left ToC to 15px to match that of right ToC -- the hard-alignment with no padding is a bit jarring ATM.
2022-04-13 13:12:58 -04:00
Reorx 08b21a18b0 support left/right side toc 2022-04-13 18:12:08 +08:00
Reorx 21533a4e90 fixup! tune link styles, add color to menu, content, footer links 2022-04-13 18:11:47 +08:00
Reorx 280efabd02 tune link styles, add color to menu, content, footer links 2022-04-13 17:24:01 +08:00
Reorx b9bc8b7d3b replace instantpage with instantclick 2022-04-11 15:40:04 +08:00
Reorx 8c37662b32 menu consistant font weight
so that the width is also consistant
2022-04-11 00:54:50 +08:00
Reorx 7dc044f2ba tweak toc style 2022-04-10 21:33:27 +08:00
Reorx 9ebe2111f6 active toc link while scrolling 2022-04-10 01:18:40 +08:00
Reorx 60f139d529 add side class for toc if TocSide is true 2022-04-09 23:59:22 +08:00
Reorx 8c5d10925e allow customize post page width 2022-04-09 23:31:15 +08:00
Aditya Telange 80928d9f23
Fix `pre` getting a dark background
fixes: #723
2022-03-12 19:33:29 +05:30
Aditya Telange 912eddde0a
Revert "Fix `pre` getting a dark background"
This reverts commit 15b984bd21.
2022-03-11 20:32:06 +05:30
Aditya Telange 15b984bd21
Fix `pre` getting a dark background
fixes: #723
2022-03-11 19:32:37 +05:30
Aditya Telange 386d845782
Prevent `code-copy` btn and `anchored` headings from getting selected 2021-11-20 18:32:25 +05:30
Johnny Metz 60cbb311b7
Fix code line highlighting (#575) 2021-10-22 20:19:34 +05:30
Aditya Telange 7c930ee4ea
Converts colour values from `rgba`/`hex` to `rgb` (#560)
- Except for code-copy btn
- Emojis were affected by theme opacity values, fixes: #557
2021-09-20 21:08:44 +05:30
Aditya Telange 7072a79f71
Refine `[draft]` tag display 2021-09-04 12:03:12 +05:30
Aditya Telange 2aad433ae5
Fix title(entry-header) line height in regular mode
fixes: #527
2021-09-02 20:41:54 +05:30
Ian Grünig dcbe6277bb
Add width and height attributes to cover images (#519)
- Ensures that the browser can allocate the correct amount of space in the document while the image is loading.
- Reduces CLS #499
2021-08-22 11:45:28 +05:30
Aditya Telange 129b5bd063 Fix image margin too close to text 2021-08-02 16:14:40 +05:30
Aditya Telange d35056c664
Better way of centering profile mode 2021-06-11 18:34:18 +05:30
Aditya Telange df544469c9
Apply prettier to css 2021-06-11 13:34:55 +05:30
Kian Kasad 87fbe01124
Add missing semicolons in CSS files (#408)
Many of the CSS files had no semicolon after the last rule in a block,
which is proper syntax, but it's annoying when adding more rules. Since
omitting the semicolons doesn't really have a benefit, I've decided to
add them.
2021-06-11 13:29:56 +05:30
Aditya Telange 378b81cb36
Use default code font-family 2021-06-10 22:49:39 +05:30
Aditya Telange 20b91ad2aa
Use less space in footer for 'Powered by' strings;
Don't break the 'Powered by' string in between
2021-05-01 11:32:11 +05:30
Aditya Telange 10745dd537
Add margin below figure
- adds space below when using figure shortcode

Fixes: #377
2021-04-24 09:36:27 +05:30
Aditya Telange 98c17559e9
Add checks for adding the copy button in code-blocks
- adds checks to put copy button for code
 inside table and highlight code block

- Fixes #363
2021-04-16 10:00:47 +05:30
Kian Kasad 17c4da86b5
Add copy button to copy code block contents (#345)
* add buttons to copy code block contents

Adds a clickable "copy" link in the top-right corner of each code block.

If available, uses the navigator.clipboard API. Falls back to selecting
the text and calling document.execCommand('copy') to copy text.

* hides copy button unless mouse is hovering over code block

* change text of copy button when text is copied

* add translation keys for copy button text  `code_copy` and `code_copied`

* To disable use `Params.disableCodeCopy: true` in site config
2021-04-10 11:33:31 +05:30
Aditya Telange e503367a1a
[BREAKING] Split-up css into sub-parts (#317)
* Move styles into 3 different locations
- core
- common
- hljs

* Load all stylesheets in proper order
2021-03-27 11:28:55 +05:30