We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c57a5 commit 4f3ba52Copy full SHA for 4f3ba52
_sass/_base.scss
@@ -2,6 +2,20 @@
2
* Styles for the base elements of the theme.
3
******************************************************************************/
4
5
+ body::before {
6
+ content: "";
7
+ position: fixed;
8
+ top: 0;
9
+ left: 0;
10
+ width: 100%;
11
+ height: 100%;
12
+ background: url('/assets/img/back.png') no-repeat center center fixed;
13
+ background-size: cover;
14
+ opacity: 0.1; /* Adjust this value */
15
+ z-index: -1;
16
+}
17
+
18
19
// Typography
20
21
p,
assets/img/GaleriYah.png
-593 KB
assets/img/back.png
1.93 MB
0 commit comments