Commit graph

5 commits

Author SHA1 Message Date
undergoundwires
94b6795a52 Improve styling to allow flexible overrides
This commit changes targeted styling of `a` element to a class-based
styling. This way, this is style is reusable on other elements and
another `<a>` element can be used inside a `post-item`.

Otherwise, if someone would need to use `<a>` element in a post item,
then he would get all other styles (such as `display:flex`) on every
`<a>` which is unexpected.

This commit ensures that the style is abstracted from the element type
itself, giving more flexibility when overriding the theme, and increases
maintainability by making the intent more clear.
2022-11-16 01:14:35 +01:00
Djordje Atlialp
d89c90d1b8 Add defaults 2021-04-07 19:18:09 +02:00
Djordje Atlialp
a64d27b8fc Add a theme toggle 2021-04-07 19:10:40 +02:00
Djordje Atlialp
79d0488087 Add automatic dark/light theme switching based on os 2021-01-14 10:55:00 +01:00
Djordje Atlialp
bd2a11d507
Move SCSS files from dir source to assets 2019-02-22 15:19:21 +01:00
Renamed from source/scss/_list.scss (Browse further)