Commit Graph

144 Commits

Author SHA1 Message Date
David Lapshin
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
David Lapshin
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
David Lapshin
a0010fff07 Bump version to v1.1.0 2024-04-29 18:00:56 +03:00
David Lapshin
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
David Lapshin
086df7b05e Switch to normalize.css by csstools
https://github.com/csstools/normalize.css
2024-04-25 12:23:54 +03:00
David Lapshin
e45541c9bd Utilize normalize.css (welcome back) 2024-04-23 03:07:46 +03:00
David Lapshin
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
David Lapshin
140506dc29 Mention Duckquill version in the stylesheet 2024-04-20 23:30:32 +03:00
daudix
296a03144f Fix nav scrolling with content at certain point 2024-04-05 02:12:48 +03:00
daudix
0e4df24525 Unround blockquote corners 2024-04-05 02:03:46 +03:00
daudix
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
daudix
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
daudix
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
daudix
5e6693e3d6 Use button instead of a link on 404, add cursor style, fix capitalisation 2024-04-04 01:20:25 +03:00
daudix
25068859f7 Fix fancy code blocks having table styles 2024-04-03 03:01:55 +03:00
daudix
0fa24c2d7c Sort styles using "Sort CSS" VSCode extension 2024-04-03 02:19:54 +03:00
daudix
c0a43b83f9 Simplify some style nesting and remove leftover styles 2024-04-03 00:57:47 +03:00
daudix
deaae64392 Respect prefers-reduced-motion for transitions 2024-04-03 00:46:32 +03:00
daudix
65b151c63d Fix images with transparent class having shadow on hover 2024-03-31 00:10:28 +03:00
daudix
31aeba8ec3 Improve explanation text for comments, make abbr dotted again 2024-03-30 23:00:33 +03:00
daudix
ecbf5f96eb Spin boosts/faves icon on hover (more fun!) 2024-03-30 22:27:43 +03:00
daudix
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
daudix
7f1b6b4abd Use DDG for QR code, fix #14 and #16 2024-03-27 05:16:41 +03:00
Michael Chernigin
2006d69bd4 fix: fix overscroll color 2024-03-26 14:45:42 +04:00
daudix
acaf017410 Simplify heading styles 2024-02-27 22:12:21 +03:00
daudix
b4e20832b7 Change interaction colors accordingly 2024-02-27 21:57:09 +03:00
daudix
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
daudix
d0eaa63568 Change indenting to 1 tab (4 spaces)
It's more readable this way
2024-02-27 18:38:23 +03:00
daudix
ffb166bb34 Browsers use pointer cursor for links by default, no need to override this (I guess) 2024-02-19 16:54:27 +03:00
daudix
da3b5d5bc1 Mooore edge highlights! 2024-02-17 15:32:09 +03:00
daudix
cc757035be Make underlines not dotted
WebKit doesn't support them and they were not transitioning well into wavy soo...
2024-02-16 02:43:59 +03:00
daudix
28992f5d8d Figured it out;
Only opaque or frosted elements should cast shadow, othervise only edge highlight should be used
2024-02-16 01:57:09 +03:00
daudix
791475cf2b Remove blur :(
It was pretty damn slow on pages like "tags"
2024-02-16 01:37:01 +03:00
daudix
fa15ebf4c9 Less shadows, more edge highlights
Use shadows only for "heavy" elements like nav, images and disclaimers, don't use for details tho since it looks dirty
2024-02-15 23:50:21 +03:00
daudix
592a486148 Glassmorphism!
Or however it's called, basically all semi-transparent elements are now blurred, see https://daudix.codeberg.page to see why I did this (if this change is still live ofc)
2024-02-15 23:02:46 +03:00
daudix
049cfb7b63 Disable scrollbar theming for now
Scrollbar becomes illegible because Chromium doesn't render the top layer of a page background, which results in a --primary-color being on a same color, this will be resolved when we will be able to actually generate a hex value for the page background, which depends on https://github.com/getzola/zola/pull/2242
2024-02-13 16:09:08 +03:00
daudix
9e8217d1ba Sort and remove unused variables 2024-02-12 20:21:56 +03:00
daudix
7f0be7130b Add font variables 2024-02-12 19:54:32 +03:00
daudix
184d7bd456 Use emoji heart in comments, don't use shadow for statements, make nested quotes not rounded 2024-02-12 18:27:31 +03:00
daudix
cd69d19ed7 Improve nav, support .domains in workflow 2024-02-07 17:14:51 +03:00
daudix
72775cb68b Glow on currently "selected" heading, fix status badge
And yeah, new commit message format :3
2024-02-05 02:38:32 +03:00
daudix
e4246c69b8 feat: Skip to content link 2024-02-04 00:32:33 +03:00
daudix
2d5a0f0c7b feat: Keep :target highlighted 2024-02-03 20:40:12 +03:00
daudix
0d1de3dfe8 feat: Better :target style 2024-02-03 16:28:20 +03:00
daudix
91b1a38f93 fix: Style of current heading 2024-02-02 23:32:07 +03:00
daudix
4e37f12afd feat: Support aside element, tweak media queries 2024-02-01 20:33:34 +03:00
daudix
14fd1a6dc3 feat: Keep custom stuff where it belongs; in my repo :P 2024-02-01 00:14:08 +03:00
daudix
095efe1070 feat: Use named font weights when appropriate 2024-01-31 02:53:24 +03:00
daudix
0dcdb388b8 feat: More w3 fixes 2024-01-30 23:46:27 +03:00
daudix
89f0c95b70 feat: Try passing w3 validation 2024-01-30 23:38:57 +03:00