Skip to content

Commit f43b760

Browse files
author
Danezis
committed
minimize scss
1 parent dd40d51 commit f43b760

4 files changed

Lines changed: 12 additions & 9 deletions

File tree

themes/10ko/assets/scss/_ico.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
width: 12px;
44
height: 12px;
55
margin:0 6px;
6-
background: url('imgs/sprite.png');
6+
background: url('imgs/sprite.webp');
77
}
88

99
.icoTag{

themes/10ko/assets/scss/_main.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ a {
8787
img {
8888
display: block;
8989
max-width: 100%;
90-
90+
margin: 0px auto;
91+
/*
9192
&.left {
9293
margin-right: auto;
9394
}
@@ -104,9 +105,9 @@ img {
104105
border-radius: 50%;
105106
max-width: 25%;
106107
margin: auto;
107-
}
108+
}*/
108109
}
109-
110+
/*
110111
figure {
111112
display: table;
112113
max-width: 100%;
@@ -165,13 +166,13 @@ figure {
165166
}
166167
}
167168
}
168-
169+
*/
169170
em, i, strong {
170171
color: white;
171172
}
172173

173174
code {
174-
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
175+
font-family: /*Consolas, Monaco, Andale Mono,*/ Ubuntu Mono, monospace;
175176
font-display: auto;
176177
font-feature-settings: normal;
177178
background: $dark-background-secondary;

themes/10ko/assets/scss/_normalize.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
1+
/*
2+
! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
3+
*/
24

35
/* Document
46
========================================================================== */

themes/10ko/assets/scss/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Must be loaded before everything else */
22
@import "normalize";
3-
@import "prism";
3+
//@import "prism";
44
/* Main stuff */
55
@import "variables";
66
@import "mixins";
@@ -14,6 +14,6 @@
1414
@import "list";
1515
@import "single";
1616
@import "footer";
17-
@import "sharing-buttons";
17+
//@import "sharing-buttons";
1818
@import "tables";
1919
@import "ico";

0 commit comments

Comments
 (0)