aboutsummaryrefslogtreecommitdiff
path: root/assets/scss
Commit message (Collapse)AuthorAgeFilesLines
* Add reference to fork repoXavier Del Campo Romero2023-01-031-0/+3
|
* style.scss: Do not include syntax.scss or animate.scssXavier Del Campo Romero2023-01-031-2/+0
| | | | | These files are no longer used, so we can now reduce website size a bit.
* Perform minor aesthetic CSS changesXavier Del Campo Romero2023-01-032-8/+6
|
* Implement pure CSS nav menuXavier Del Campo Romero2023-01-031-0/+16
|
* Minor improvementsTrack32020-06-082-9/+14
| | | | | | * fix footnote style * speed up header animations * update animate.css, remove `-webkit-` vendor prefix
* Fix homepage overflow (#107)Track32019-10-271-1/+1
| | | | | Home content area overflows when screen height is short: Fixed by using min-height instead of fixed 100vh height.
* Add code copy button to all code fields in the blog (#81)Alexander Dunkel2019-08-181-0/+31
|
* Add basic support for nested menuTrack32019-06-221-0/+13
| | | * Related issue: #53
* Add related content section to single page (#77)Track32019-06-211-0/+19
| | | | Set `relatedPosts` to `true` in the config to enable this.
* Improve links designTrack32019-06-192-2/+4
| | | | * To provide a stronger feedback, all `a` tags now has a shadow on mouse hover. * Links in contents now has a better animation.
* Improve the contrast between the background and text (#74)Damien Lespiau2019-06-151-1/+1
| | | Change text color from `#c6cddb` to `#e8eef2` in order to improve accessibility. Hermit theme now passes WCAG level AAA (contrast > 7.0).
* Add anchor points to post list pageTrack32019-03-241-0/+5
| | | | * post-year now has anchor point, you can click on it or input url with hash tag to jump to a specific year. * See #39
* Tweak the 404 pageTrack32019-02-262-4/+2
| | | | | | * New svg image with animation * Remove button word-break property (#51) * Adjust margin
* Set `word-wrap: break-word` by defaultTrack32019-02-142-2/+2
| | | * Closes #32
* Disable wrapping of text in code blocks, scroll instead (#44)Dmitry Yakimenko2019-02-031-3/+1
| | | | * Disable wrapping of text in code blocks, scroll instead * Remove pre.max-height
* Add anchor links to heading (#38)Track32019-01-271-0/+34
| | | | * Closes #36
* Fix featured image toggleTrack32019-01-031-1/+1
|
* Minor style improvementsTrack32018-12-311-6/+6
| | | | | * Get rid of inline style for mobile menu (#22) * Improve background image & post meta link style
* Put comments into a partialTrack32018-12-301-11/+0
| | | | * Also removed unnecessary Disqus style (didn't regenerate resources)
* Add toggle toc buttonTrack32018-12-281-3/+18
|
* Add basic toc supportTrack32018-12-241-0/+50
|
* Adjust styleTrack32018-12-161-21/+84
| | | | <figure>, footnotes, <hr> etc.
* Improve code quality & consistencyTrack32018-12-123-10/+11
| | | | | | * Add EditorConfig * Rebuild animate.css: remove an unused animation * Slightly rewrite header part
* Fix DisqusTrack32018-12-111-0/+11
| | | | | * Use Hugo's built-in disqus template * Add some extra style * See #9
* First commitTrack32018-10-235-0/+1114