Skip to content

Commit 36db23b

Browse files
committed
Less opacity in bigbashview background
1 parent 02e663f commit 36db23b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

usr/share/bigbashview/apps/calamares/minimal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
bottom: 15;
2323
border-radius: 9px;
2424
background: var(--background);
25-
opacity: 0.8;
25+
opacity: 0.9;
2626
z-index: -1;
2727
}
2828

@@ -179,4 +179,4 @@
179179
</script>
180180
</div>
181181
</body>
182-
</html>
182+
</html>

usr/share/bigbashview/apps/calamares/tips.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
bottom: 15;
2323
border-radius: 9px;
2424
background: var(--background);
25-
opacity: 0.8;
25+
opacity: 0.9;
2626
z-index: -1;
2727
}
2828

0 commit comments

Comments
 (0)