hello-friend-ng/layouts/_default
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
..
baseof.html Add automatic dark/light theme switching based on os 2021-01-14 10:55:00 +01:00
list.html Improve styling to allow flexible overrides 2022-11-16 01:14:35 +01:00
single.html make tags partial reusable with different parameters 2021-02-21 23:28:38 +01:00