1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

remove unused

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2022-09-15 02:04:03 +05:30
parent a68c0354d4
commit 770e809bd2
8 changed files with 9 additions and 10 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 903 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 905 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 B

+1 -1
View File
@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/mdn-style.css">
<link rel="stylesheet" href="/mdn-style.min.css">
<link rel="stylesheet" href="/foo-style.min.css">
<title>Document</title>
+7 -8
View File
@@ -5688,7 +5688,7 @@ pre code {
color: var(--text-primary);
padding: 0
}
/*
.example-bad,
.example-good {
padding: 0 1rem;
@@ -5841,7 +5841,7 @@ a.page-not-created:not([href]) {
color: var(--icon-critical);
-webkit-text-decoration: underline wavy;
text-decoration: underline wavy
}
} */
.badge {
border: 1px solid var(--border-primary);
@@ -5864,7 +5864,7 @@ kbd {
font-size: .825rem;
padding: .25rem
}
/*
.interactive {
background-color: var(--background-secondary);
border: 1px solid var(--border-primary);
@@ -6702,7 +6702,7 @@ article.settings .field-group ul li {
grid-gap: 0 1rem;
display: grid;
gap: 0 1rem;
/* grid-template-columns: 1fr minmax(5em); */
grid-template-columns: 1fr minmax(5em);
margin: 2em 0
}
@@ -6959,8 +6959,8 @@ main.contribute section h1:before {
content: "";
display: inline-block;
height: 1.2em;
/* -webkit-mask: url(/static/media/m-logo.e19e04547be91a35c8ea.svg) no-repeat 50% 50%;
mask: url(/static/media/m-logo.e19e04547be91a35c8ea.svg) no-repeat 50% 50%; */
-webkit-mask: url(/static/media/m-logo.e19e04547be91a35c8ea.svg) no-repeat 50% 50%;
mask: url(/static/media/m-logo.e19e04547be91a35c8ea.svg) no-repeat 50% 50%;
-webkit-mask-size: cover;
mask-size: cover;
-webkit-transform: translate(-.2em, .2em);
@@ -7146,5 +7146,4 @@ main.contribute section .stats li .legend {
body.full-screen-overlay .mdn-cta-container {
display: none
}
/* # sourceMappingURL=main.b0105e4f.css.map */
*/
+1 -1
View File
File diff suppressed because one or more lines are too long