Commit Graph

20 Commits

Author SHA1 Message Date
Aditya Telange
5ca2d29537
Fix multi-line anchor tags not highlighted/underlined.
fixes: #1107
2022-12-20 21:13:51 +05:30
Aditya Telange
e3c30b4e41
Add inTextImg shortcode
Allows adding in-line-text images

usage in page.md =>
This image is inlined {{< inTextImg.html url="image.png" >}} here.

optional args:
- height
- alt
2022-07-08 20:28:38 +05:30
Aditya Telange
d5b780720d
Simplify share-buttons svg 2022-07-08 20:28:22 +05:30
Aditya Telange
6ebeb20bdb
Remove share-buttons svg animation 2022-07-08 20:28:05 +05:30
Aditya Telange
0ed246d47d
Seperate scroll-bar customization into seperate stylesheet 2022-06-03 18:32:09 +05:30
Aditya Telange
44f5970db2
Add RSS button to Section and Term pages.
Usage =>
Params:
  ShowRssButtonInSectionTermList: true

---
ShowRssButtonInSectionTermList: false
---
2022-04-30 07:42:51 +05:30
Aditya Telange
8671af6e0c
Fix line nums in code block alignment in rtl languages 2022-04-23 08:27:05 +05:30
Sebastien
a55b9517dc
Set <hr>'s border to 0 (#870)
* Updated post-single.css to set hr's border to 0

* cleanup

Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
2022-04-19 19:46:11 +05:30
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
129b5bd063 Fix image margin too close to text 2021-08-02 16:14:40 +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
10745dd537
Add margin below figure
- adds space below when using figure shortcode

Fixes: #377
2021-04-24 09:36:27 +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