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
da3b5d5bc1
Mooore edge highlights!
2024-02-17 15:32:09 +03:00
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
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
791475cf2b
Remove blur :(
...
It was pretty damn slow on pages like "tags"
2024-02-16 01:37:01 +03:00
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
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
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
9e8217d1ba
Sort and remove unused variables
2024-02-12 20:21:56 +03:00
7f0be7130b
Add font variables
2024-02-12 19:54:32 +03:00
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
cd69d19ed7
Improve nav, support .domains in workflow
2024-02-07 17:14:51 +03:00
72775cb68b
Glow on currently "selected" heading, fix status badge
...
And yeah, new commit message format :3
2024-02-05 02:38:32 +03:00
e4246c69b8
feat: Skip to content link
2024-02-04 00:32:33 +03:00
2d5a0f0c7b
feat: Keep :target highlighted
2024-02-03 20:40:12 +03:00
0d1de3dfe8
feat: Better :target style
2024-02-03 16:28:20 +03:00
91b1a38f93
fix: Style of current heading
2024-02-02 23:32:07 +03:00
4e37f12afd
feat: Support aside element, tweak media queries
2024-02-01 20:33:34 +03:00
14fd1a6dc3
feat: Keep custom stuff where it belongs; in my repo :P
2024-02-01 00:14:08 +03:00
095efe1070
feat: Use named font weights when appropriate
2024-01-31 02:53:24 +03:00
0dcdb388b8
feat: More w3 fixes
2024-01-30 23:46:27 +03:00
89f0c95b70
feat: Try passing w3 validation
2024-01-30 23:38:57 +03:00
7a844373a0
feat: Update docs
2024-01-30 21:02:45 +03:00
769b3fa648
feat: More optimizations
2024-01-30 19:01:42 +03:00
3b422786e2
feat: Remove duckquill version from stylesheet since there are on releases
2024-01-30 16:26:45 +03:00
a91c711d2e
fix: title having whitespace, stylesheet copyright year
2024-01-30 16:26:00 +03:00
174764715e
fix: Formatting
2024-01-29 22:42:44 +03:00
4fe36b6508
feat: Add alt text to comments QR code, fix margins
2024-01-29 22:30:24 +03:00
56ccf772a0
feat: Use bolder weight for faves
2024-01-29 22:21:31 +03:00
4d9efb886e
fix: Make the scanlines on top, move nav even more top
2024-01-29 22:13:59 +03:00
68d22810fc
feat: CRT flicker
2024-01-29 20:13:03 +03:00
d9e25db705
feat: Zoom-in cursor for images with hover
2024-01-29 16:02:16 +03:00
0beb8b3de1
feat: Format styles
2024-01-29 15:48:33 +03:00
6a82ff0bd2
feat: Rename cursor blinking animation
2024-01-29 03:49:34 +03:00
f45e5b5e2c
feat: Add feed link text for accesibility and w3m
2024-01-29 01:31:59 +03:00
eb8f9e751a
feat: Use rem instead of px
2024-01-29 00:07:11 +03:00
69445b645d
Added some margin to have a more balanced nav
2024-01-28 22:54:54 +02:00
852fdc5548
fix: Don't transform separator when active
2024-01-28 23:40:31 +03:00
bd19211ac9
fix: Comments faves active state
2024-01-28 23:27:50 +03:00
c6e60b926c
feat: Adjust emoji size
2024-01-28 22:48:23 +03:00
2588c08d0e
feat: Add moving scanline, remove emoji font stuff
2024-01-28 21:37:45 +03:00
36d8dda804
feat: Use fonts provided by system, new navbar (again)
2024-01-28 20:41:32 +03:00
e4b78d5d03
feat: Rewrite comments thingy from https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/
2024-01-28 03:16:51 +03:00
d72ed0dbb2
feat: Don't compile bootstrap-icons and normalize into the main stylesheet and instead import it
...
Get rid of Twi%%er-like verified badge, tweak the OP instance thingy
2024-01-24 19:28:16 +03:00
38e0a97352
fix: First comment having some weird margin on the left
2024-01-23 13:36:43 +03:00
9595796101
feat: Even *more* adaptive navbar
...
Oh and icons can be disabled without the nav turning into shit
2024-01-23 11:43:04 +03:00
f8efb69e6c
feat: Make stuff look good on as many browser versions as possible
...
Rejoice iPhone users, you'll have pretty CRT now as well!
2024-01-23 09:47:59 +03:00
5939a6681f
chore: Use IDs instead of classes for nav and footer; change name to site-nav/footer
2024-01-22 22:12:46 +03:00
68f9fd8086
feat: QR code to the mastodon post used for comments, chnage some classes to IDs
2024-01-21 16:07:40 +03:00