We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757773c commit 2c6f9a8Copy full SHA for 2c6f9a8
src/assets/css/dark.css
@@ -88,4 +88,8 @@
88
}
89
.dark .promo{
90
color: black !important;
91
+}
92
+.dark .modal-content:not(.promo){
93
+ background-color: #595959 !important;
94
+ border: 1px solid #595959;
95
src/components/PromoCleanYoutubeModal.vue
@@ -74,6 +74,9 @@ async function openUrl() {
74
</script>
75
76
<style scoped>
77
+.promo {
78
+ margin: 5% auto !important;
79
80
.title {
81
font-size: 22px;
82
font-weight: 500;
0 commit comments