Skip to content

Commit e307f67

Browse files
committed
Ununderline links
1 parent 1852056 commit e307f67

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

css/ssl.scss

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,11 @@ $side-pad-left: 1rem;
1414
html {
1515
font-family: "PT Sans", Helvetica, Arial, sans-serif;
1616

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;
3019
}
3120
}
3221

33-
body {
34-
margin: 0;
35-
}
36-
3722
.sidebar {
3823
background-color: #aa759f;
3924
color: rgba(255,255,255,.5);
@@ -59,7 +44,10 @@ body {
5944

6045

6146

62-
a { color: #fff; }
47+
a {
48+
color: #fff;
49+
text-decoration: none;
50+
}
6351
}
6452

6553
.sidebar-about h1 {
@@ -140,8 +128,6 @@ a.sidebar-nav-item {
140128
text-align: center;
141129
}
142130

143-
.sidebar {
144-
}
145131
.content a,
146132
.related-posts li a:hover {
147133
color: #aa759f;

0 commit comments

Comments
 (0)