Skip to content

Commit dd64c10

Browse files
author
jordanmccullough
committed
Remove deprecated separate link styling
1 parent 79a8f2f commit dd64c10

File tree

3 files changed

+0
-41
lines changed

3 files changed

+0
-41
lines changed

_stylesheets/links.scss

Lines changed: 0 additions & 22 deletions
This file was deleted.

_stylesheets/page.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,6 @@ body {
3333
background: #fff;
3434
color: #222222; }
3535

36-
a {
37-
color: #1875c6;
38-
text-decoration: none;
39-
-webkit-transition: color 200ms;
40-
transition: color border 200ms; }
41-
a:hover {
42-
color: #1875c6; }
43-
a.marker:after {
44-
content: "\203A";
45-
border: solid 1px #00a5ea;
46-
border-radius: 50%;
47-
display: inline-block;
48-
height: .8em;
49-
width: .8em;
50-
margin: 0 0 0 10px;
51-
line-height: .7;
52-
font-size: 120%; }
53-
5436
h1 {
5537
font-size: 350%;
5638
font-weight: 200;

_stylesheets/page.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Imports */
22
@import "variables.scss";
33
@import "reset.scss";
4-
@import "links.scss";
54
@import "core.scss";
65
@import "footer.scss";
76
@import "octicons.css";

0 commit comments

Comments
 (0)