File tree Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -14,26 +14,11 @@ $side-pad-left: 1rem;
14
14
html {
15
15
font-family : " PT Sans" , Helvetica , Arial , sans-serif ;
16
16
17
- @include from (' s' ) {
18
- background-color : orange ;
19
- }
20
- @include from (' m' ) {
21
- background-color : yellow ;
22
- }
23
- @include from (' l' ) {
24
- font-size : 16px ;
25
- background-color : green ;
26
- }
27
- @include from (' xl' ) {
28
- font-size : 20px ;
29
- background-color : blue ;
17
+ body {
18
+ margin : 0 ;
30
19
}
31
20
}
32
21
33
- body {
34
- margin : 0 ;
35
- }
36
-
37
22
.sidebar {
38
23
background-color : #aa759f ;
39
24
color : rgba (255 ,255 ,255 ,.5 );
@@ -59,7 +44,10 @@ body {
59
44
60
45
61
46
62
- a { color : #fff ; }
47
+ a {
48
+ color : #fff ;
49
+ text-decoration : none ;
50
+ }
63
51
}
64
52
65
53
.sidebar-about h1 {
@@ -140,8 +128,6 @@ a.sidebar-nav-item {
140
128
text-align : center ;
141
129
}
142
130
143
- .sidebar {
144
- }
145
131
.content a ,
146
132
.related-posts li a :hover {
147
133
color : #aa759f ;
You can’t perform that action at this time.
0 commit comments