Skip to content

Commit 2c6f9a8

Browse files
committed
Update css
1 parent 757773c commit 2c6f9a8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/assets/css/dark.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,8 @@
8888
}
8989
.dark .promo{
9090
color: black !important;
91+
}
92+
.dark .modal-content:not(.promo){
93+
background-color: #595959 !important;
94+
border: 1px solid #595959;
9195
}

src/components/PromoCleanYoutubeModal.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ async function openUrl() {
7474
</script>
7575

7676
<style scoped>
77+
.promo {
78+
margin: 5% auto !important;
79+
}
7780
.title {
7881
font-size: 22px;
7982
font-weight: 500;

0 commit comments

Comments
 (0)