We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dade381 commit e13f1d1Copy full SHA for e13f1d1
1 file changed
assets/css/rashardmro.css
@@ -117,18 +117,13 @@ section {
117
margin-top: 0px;
118
line-height: 1.5;
119
padding: 5px;
120
-background: linear-gradient(
121
- 45deg,
122
- #26262650 20%,
123
- #59595950 0,
124
- #59595950 50%,
125
- #26262650 0,
126
- #26262650 70%,
127
- #59595950 0
128
- );
129
- background-size: 80.4px 80.4px;
130
- background-attachment: fixed;
131
+ background: #0D0D0D50;
+ background-image:
+ linear-gradient(#26262650 1px, transparent 0),
+ linear-gradient(90deg, #26262650 1px, transparent 0);
+ background-size: 30px 30px;
+ background-attachment: fixed;
132
133
134
/*
0 commit comments