Skip to content

Commit 051d7c1

Browse files
committed
Remove unused styles
1 parent a4b6e55 commit 051d7c1

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

index.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -327,27 +327,6 @@ These projects are working to provide much-needed competition in the mobile hard
327327
</footer>
328328

329329
<style>
330-
/* DISABLED */
331-
body::before {
332-
content: '';
333-
position: fixed; /* Makes the background stay put while content scrolls */
334-
top: 15%;
335-
left: 15%;
336-
width: 70%;
337-
height: 70%;
338-
z-index: -1; /* Puts the background behind all other content */
339-
340-
background-image: url('altered-deal.png');
341-
background-size: min(70vw, 70vh);
342-
background-position: center;
343-
background-repeat: no-repeat;
344-
background-blend-mode: luminosity, overlay;
345-
346-
/*filter: grayscale(100%);*/
347-
/*filter: saturate(0);*/
348-
filter: opacity(10%) grayscale(100%);
349-
}
350-
351330
h1 {
352331
font-size: 46px;
353332
font-weight: 600;
@@ -371,7 +350,6 @@ h1::before, h1::after {
371350
margin-right: auto;
372351
}
373352

374-
375353
html, body: {
376354
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
377355
}
@@ -382,11 +360,6 @@ html, body: {
382360
background: transparent;
383361
}
384362

385-
img.innerlync {
386-
XXXmax-width: 15vw;
387-
XXXmax-height: 15vh;
388-
}
389-
390363
.innerlync {
391364
transform-style: preserve-3d;
392365
transition: ease-out 0.6s;

0 commit comments

Comments
 (0)