Skip to content

Commit faf1fbc

Browse files
authored
Fix note caption colour for custom themes
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]>
1 parent 23e4d09 commit faf1fbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/NotesCaption.vue

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export default {
2828
<style scoped>
2929
.name {
3030
font-weight: bold;
31-
color: var(--color-primary-element);
3231
font-size: var(--default-font-size);
3332
line-height: var(--default-clickable-area);
3433
white-space: nowrap;

0 commit comments

Comments
 (0)