Skip to content

Commit 86a5039

Browse files
committed
Update skeleton-auto.css
1 parent ff6ef97 commit 86a5039

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

skeleton-auto.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@
6868
font-size: 18px;
6969
line-height: 24px;
7070
font-weight: 400;
71-
background: #292929;
72-
background: radial-gradient(circle, #292929 28%, #1b1b1b 100%);
71+
background-color: #000;
7372
font-family: "Roboto";
7473
color: #FFFFFF;
7574
}
@@ -222,15 +221,13 @@
222221

223222
.parallax-background {
224223
position: absolute;
225-
min-height: 120%;
226224
margin:0;
227225
left: 0;
228226
right: 0;
229227
top: 0;
230228
bottom: 0;
231229
perspective: 340px;
232230
z-index: 0;
233-
background-color: #000;
234231
}
235232
.object1 {
236233
position: absolute;

0 commit comments

Comments
 (0)