squidfunk
|
34b61cc395
|
Added distriution files for removed outline
|
2020-08-02 12:02:20 +02:00 |
|
squidfunk
|
e55829c87f
|
Removed ugly outline for details on touch devices
|
2020-08-02 11:59:43 +02:00 |
|
Adam Twardoch
|
d0de3bf1b2
|
Use more appropriate symbols for some keys (#1836)
* Update _keys.scss
* Update _keys.scss
Change to the keys
"arrow-down": "\2193", // ↓
"arrow-left": "\2190", // ←
"arrow-right": "\2192", // →
"arrow-up": "\2191", // ↑
"tab": "\21E5", // ⇥
also makes a few other lowercase hex numerals uppercase for consistency
* Revert "Update _keys.scss"
This reverts commit 55ceceb3c4 .
* Revert "Update _keys.scss"
This reverts commit 9b6361c0d7 .
* Update _keys.scss
Changed key visualization for
```
"arrow-down": "\2193", // ↓
"arrow-left": "\2190", // ←
"arrow-right": "\2192", // →
"arrow-up": "\2191", // ↑
"tab": "\21E5", // ⇥
```
and fixed a few lowercase hex to be uppercase for consistency.
|
2020-08-01 19:24:15 +02:00 |
|
squidfunk
|
a217be3ebd
|
Fixed copy-to-clipboard button overlaying code blocks
|
2020-08-01 19:16:07 +02:00 |
|
squidfunk
|
eba146d0bb
|
Improved print preview
|
2020-08-01 15:28:58 +02:00 |
|
squidfunk
|
4b2c0e5a88
|
Removed modular-scale and made typography entirely relative
|
2020-08-01 15:22:03 +02:00 |
|
squidfunk
|
6579e1d77d
|
Fixed top- and bottom spacing of paragraphs inside tables
|
2020-07-30 20:19:15 +02:00 |
|
squidfunk
|
af4f74b368
|
Refactored CSS overrides and added note in search docs
|
2020-07-27 17:36:24 +02:00 |
|
squidfunk
|
02748b0a52
|
Added support and documentation for image alignment and captions
|
2020-07-27 16:49:39 +02:00 |
|
squidfunk
|
17e2e03678
|
Added Open Graph and Twitter cards documentation
|
2020-07-27 14:44:47 +02:00 |
|
squidfunk
|
cb974e5bd4
|
Switched expose-loader with ProvidePlugin
|
2020-07-27 09:57:24 +02:00 |
|
squidfunk
|
748be34f8e
|
Added MathJax reference
|
2020-07-24 16:11:42 +02:00 |
|
squidfunk
|
a33fea95b3
|
Prepare 5.5.0 release
|
2020-07-24 12:12:11 +02:00 |
|
squidfunk
|
6d6811451b
|
Fixed race condition in instant loading
|
2020-07-24 10:47:26 +02:00 |
|
squidfunk
|
7d3ca051fa
|
Improved balancing of color schemes
|
2020-07-24 10:13:21 +02:00 |
|
squidfunk
|
87f807adc5
|
Fixed styling of code blocks with line numbers
|
2020-07-24 10:00:54 +02:00 |
|
squidfunk
|
c431539a83
|
Refactored code syntax highlighting
|
2020-07-24 09:59:16 +02:00 |
|
squidfunk
|
32cc1c57b2
|
Fixed width of footer links above tablet breakpoint
|
2020-07-23 13:42:17 +02:00 |
|
squidfunk
|
f401aeaea4
|
Added heart animation on sponsorship page
|
2020-07-23 13:29:07 +02:00 |
|
squidfunk
|
d6e058392d
|
Added documentation on keyboard navigation
|
2020-07-23 13:17:50 +02:00 |
|
squidfunk
|
98d1c354df
|
Moved landing page overrides to separate stylesheet
|
2020-07-23 10:04:22 +02:00 |
|
squidfunk
|
4771933f10
|
Cleaned up stylesheet source directory structure
|
2020-07-23 09:29:23 +02:00 |
|
squidfunk
|
5eecb7da31
|
Added sponsorship banner and page
|
2020-07-22 16:05:38 +02:00 |
|
squidfunk
|
4a50cab8c8
|
Added keys styling from Python Markdown Extensions
|
2020-07-22 11:50:43 +02:00 |
|
squidfunk
|
75ea1e4100
|
Added docs on content tabs
|
2020-07-20 19:28:13 +02:00 |
|
squidfunk
|
0f1b640c0d
|
Reset scroll margin for footnotes
|
2020-07-20 17:18:00 +02:00 |
|
squidfunk
|
fed4146fa0
|
Added site search guide
|
2020-07-20 15:18:09 +02:00 |
|
squidfunk
|
8602969890
|
Finished syntax highlighter docs and moved overrides to CSS
|
2020-07-19 22:23:26 +02:00 |
|
squidfunk
|
6de92d8fff
|
Fixed erroneous top margin for non-highlighted tabbed content
|
2020-07-17 16:07:32 +02:00 |
|
squidfunk
|
8443720155
|
Fixed spacing for definition lists
|
2020-07-17 13:09:56 +02:00 |
|
squidfunk
|
9cc396315c
|
Added guide for navigation configuration
|
2020-07-17 13:08:27 +02:00 |
|
squidfunk
|
71e9b1d745
|
Improved getting started guide and added further guides
|
2020-07-16 22:31:39 +02:00 |
|
squidfunk
|
3a94b968fc
|
Merge branch 'master' into feature/search-with-quotes
|
2020-06-29 11:02:23 +02:00 |
|
squidfunk
|
759f2b9e36
|
Fixed consecutive searches with quotes
|
2020-06-29 10:57:56 +02:00 |
|
squidfunk
|
83bba6bee4
|
Implemented support for AND search with quotation marks
|
2020-06-28 12:05:15 +02:00 |
|
michael-nok
|
343170f364
|
Fixed search highlighting for numbers (#1776)
Additional fix for #1773 to include highlighting integers.
|
2020-06-26 07:32:43 +02:00 |
|
squidfunk
|
a3c03aefb9
|
Fixed search transform removing numbers from query
|
2020-06-23 08:45:49 +02:00 |
|
squidfunk
|
e6e7536356
|
Improved search experience in many languages
|
2020-06-21 13:22:48 +02:00 |
|
squidfunk
|
f32778cda2
|
Fixed duplication of search worker when subscribing to observable
|
2020-06-20 12:21:34 +02:00 |
|
squidfunk
|
feda4ff29a
|
Fixed custom search separator not being set
|
2020-06-13 11:35:19 +02:00 |
|
squidfunk
|
0eedfbb3f6
|
Fixed #1755: custom search separator not set
|
2020-06-13 11:14:31 +02:00 |
|
squidfunk
|
36e1e3db8b
|
Fixed search in German, French and other languages
|
2020-06-07 13:56:45 +02:00 |
|
Isaac Muse
|
59e851a4c1
|
Added styles for scrollbars on Firefox (#1731)
Closes #1717
|
2020-05-27 06:57:53 +02:00 |
|
squidfunk
|
24b185a759
|
Removed units from hsla() color functions
|
2020-05-25 17:19:42 +02:00 |
|
squidfunk
|
a8fc0c5e65
|
Reverted color transitions on all elements
|
2020-05-22 17:47:27 +02:00 |
|
squidfunk
|
2135e342a2
|
Fixed color of links in table headers
|
2020-05-22 17:34:16 +02:00 |
|
squidfunk
|
a1e25a219a
|
Switched to darker color for text links
|
2020-05-17 15:13:03 +02:00 |
|
squidfunk
|
7a12b5ec10
|
Fixed footer styles and added color transitions
|
2020-05-17 14:40:00 +02:00 |
|
squidfunk
|
6f526d222a
|
Refactored palette stylesheets
|
2020-05-17 13:49:25 +02:00 |
|
squidfunk
|
24e35c9fce
|
Merge branch 'master' into refactor/dark-mode
|
2020-05-17 12:22:53 +02:00 |
|