Skip to content

Commit

Permalink
Fix note caption colour for custom themes
Browse files Browse the repository at this point in the history
Custom themes may use colours that do not contrast well with the background for their primary element colour, e.g. [my theme](https://codeberg.org/Loowiz/nextcloud-possums-theme)

Removing the line here means the default text colour is used, which I think should be in use here anyway?

Signed-off-by: loowiz <[email protected]>
  • Loading branch information
looowizz authored Jan 9, 2025
1 parent 23e4d09 commit faf1fbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NotesCaption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default {
<style scoped>
.name {
font-weight: bold;
color: var(--color-primary-element);
font-size: var(--default-font-size);
line-height: var(--default-clickable-area);
white-space: nowrap;
Expand Down

0 comments on commit faf1fbc

Please sign in to comment.