Skip to content

Commit c7061ec

Browse files
committed
UI for dark
1 parent a5944e2 commit c7061ec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/assets/css/dark.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,7 @@
7171
}
7272
.dark .pomodoro-popup-block p{
7373
color:#303030;
74+
}
75+
.dark .promo{
76+
color: black !important;
7477
}

src/components/PromoTrackerJam.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
2-
<div class="modal" v-if="!showPromo">
3-
<div class="modal-content">
2+
<div class="modal" v-if="showPromo">
3+
<div class="modal-content promo">
44
<p class="title">{{ t('trackerJamPromo.message') }}</p>
55
<div class="img-block">
66
<img src="../assets/trackerjam-promo.jpg" />

0 commit comments

Comments
 (0)