Skip to content

Commit e13f1d1

Browse files
authored
Update rashardmro.css
1 parent dade381 commit e13f1d1

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

assets/css/rashardmro.css

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -117,18 +117,13 @@ section {
117117
margin-top: 0px;
118118
line-height: 1.5;
119119
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;
131120

121+
background: #0D0D0D50;
122+
background-image:
123+
linear-gradient(#26262650 1px, transparent 0),
124+
linear-gradient(90deg, #26262650 1px, transparent 0);
125+
background-size: 30px 30px;
126+
background-attachment: fixed;
132127

133128

134129
/*

0 commit comments

Comments
 (0)