Commit Graph

165 Commits

Author SHA1 Message Date
dad3e18d81 Convert colors to the superiour format (HSL)
Still need to figure out how to make sure it's sompiled to rgb everywhere
2024-05-13 01:05:49 +03:00
54284fbb0b Make sure the icon is sized properly in footer socials 2024-05-12 21:27:47 +03:00
703bc99a0d Add ability to style images via the URL (fix #22) 2024-05-12 18:13:28 +03:00
a697ff01bd Fix long post title sneaking under the archived/drafted badge (fix #23) 2024-05-12 17:37:33 +03:00
2fc27bd9e6 Simplify unnecesairly complex style 2024-05-10 15:51:35 +03:00
2c00af1bd7 Fix the copy button scrolling with overflowed code, add blur to it for legibility 2024-05-10 15:46:19 +03:00
a5a68d8c3f Fix the active state of navbar links 2024-05-10 02:36:20 +03:00
357279b563 Move prefers-reduced-motion media query outside of the root 2024-05-09 23:36:02 +03:00
b7b95e6653 Only target needed elements for transitioning, more fail-proof reduced motion setting 2024-05-09 23:32:09 +03:00
1f7dab1f59 Proper support for heading anchors 2024-05-09 22:52:02 +03:00
17a378b318 Adjust line height of headings 2024-05-09 22:11:41 +03:00
3f87d78b33 Add optional copy code button! 2024-05-09 22:01:25 +03:00
2667a5f10e Add top margin to johnvert 2024-05-06 04:42:06 +03:00
bdd1ed9001 (Re)move the unused --transition-bezier
...To my website's custom.scss XD
2024-05-06 00:47:31 +03:00
dea2adb63d Rename --content-width to --container-width 2024-05-06 00:43:10 +03:00
86cc9a7ff3 Improve footer socials hoover state, make the structure cleaner 2024-05-04 22:41:35 +03:00
2ff0428619 Make the footer socials smaller 2024-05-04 21:56:29 +03:00
21bad0a764 Add active state to the footer socials
And use "transform" for transforms since e.g setting scale directly is not widely supported by browsers (baseline 2022)
2024-05-02 23:42:16 +03:00
0a07972a60 Make the drafted post hover transition longer 2024-05-02 22:14:19 +03:00
05d44214be Rename blog* to article* (breaking change!)
Since these styles and templates can be used not only for blogs but for anything, more correct naming makes sense, at cost of a breaking change...
2024-05-02 21:54:47 +03:00
2ac15db91b Improve the look of drafted post entries 2024-05-02 21:50:24 +03:00
4c774ff990 Make footer social links darker
They were too bright compared to the "powered by" text, even though it used same color
2024-05-02 21:30:29 +03:00
8aa03d03fa Rewrite footer to support links and socials, tweak heading sizes, deprecate page/site links and replace with "external" class, change discalimer heading from plural to singular 2024-05-02 17:58:27 +03:00
a0010fff07 Bump version to v1.1.0 2024-04-29 18:00:56 +03:00
34ebf5a6dc Add drfated and archived badges in blog list, use archive icon for archived statement, remove ellipsis form load comments button 2024-04-29 17:05:11 +03:00
086df7b05e Switch to normalize.css by csstools
https://github.com/csstools/normalize.css
2024-04-25 12:23:54 +03:00
e45541c9bd Utilize normalize.css (welcome back) 2024-04-23 03:07:46 +03:00
41ff1c4748 Some improvements to the config (breaking changes!)
- Remove support for per-page/section emoji favicon (breaking change!)
- Update copyright year
- Improve code comments in config
- Introduce a new configuration variable: locale; used for defining comment timestamp locale
- Fix code blocks having every other line being darker in some complex cases (unset leftover styles from "table")
- Fix code block "mark" having an edge highlight (leftover style from "mark")
- Use get_url for code block styles
- Always use png favicon as a fallback
- Get rid of transparency and roundness in apple-touch-icon (as recommended by 🤮pple)
2024-04-21 20:44:52 +03:00
140506dc29 Mention Duckquill version in the stylesheet 2024-04-20 23:30:32 +03:00
296a03144f Fix nav scrolling with content at certain point 2024-04-05 02:12:48 +03:00
0e4df24525 Unround blockquote corners 2024-04-05 02:03:46 +03:00
1f140dc76e Animations/transitions tweaks
- Tweak boosts/favorites hover animation (now same as in
[Tuba](https://tuba.geopjr.dev))
- Switch from milliseconds to seconds for transitions
- Get rid of orange_bg/fg since it was never used
2024-04-04 08:51:49 +03:00
c80b47fa92 Use warning icon instead of a glyph, move QR styles to comments
-since it's not used anywhere else at the moment
2024-04-04 07:06:17 +03:00
aef0e88d82 Revert 2006d69bd4 since it broke "Go to Top"
IMO this is more important than the reverted fix
2024-04-04 02:18:15 +03:00
5e6693e3d6 Use button instead of a link on 404, add cursor style, fix capitalisation 2024-04-04 01:20:25 +03:00
25068859f7 Fix fancy code blocks having table styles 2024-04-03 03:01:55 +03:00
0fa24c2d7c Sort styles using "Sort CSS" VSCode extension 2024-04-03 02:19:54 +03:00
c0a43b83f9 Simplify some style nesting and remove leftover styles 2024-04-03 00:57:47 +03:00
deaae64392 Respect prefers-reduced-motion for transitions 2024-04-03 00:46:32 +03:00
65b151c63d Fix images with transparent class having shadow on hover 2024-03-31 00:10:28 +03:00
31aeba8ec3 Improve explanation text for comments, make abbr dotted again 2024-03-30 23:00:33 +03:00
ecbf5f96eb Spin boosts/faves icon on hover (more fun!) 2024-03-30 22:27:43 +03:00
1dd9b457ca Revert back to using goqr.me API for comment QR
DDG doesn't seem to work in "production" for some reason, while it works
perfectly fine locally :/
2024-03-30 21:38:06 +03:00
7f1b6b4abd Use DDG for QR code, fix #14 and #16 2024-03-27 05:16:41 +03:00
2006d69bd4 fix: fix overscroll color 2024-03-26 14:45:42 +04:00
acaf017410 Simplify heading styles 2024-02-27 22:12:21 +03:00
b4e20832b7 Change interaction colors accordingly 2024-02-27 21:57:09 +03:00
21dc1ed7b1 Use SVG icons for boosts/faves
And yeah I returned the boosts, and faves is now a star to match what
masto/akkoma does
2024-02-27 21:50:58 +03:00
d0eaa63568 Change indenting to 1 tab (4 spaces)
It's more readable this way
2024-02-27 18:38:23 +03:00
ffb166bb34 Browsers use pointer cursor for links by default, no need to override this (I guess) 2024-02-19 16:54:27 +03:00