Skip to content

Commit 298bb66

Browse files
author
jordanmccullough
committed
Remove deprecated style
1 parent 01c0513 commit 298bb66

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

_stylesheets/core.scss

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,8 @@
1111
}
1212
}
1313

14-
.invert{
15-
background: $mono-dark;
16-
border-bottom: solid 1px $mono-light;
17-
color: $mono-bright;
18-
h2{
19-
color: darken($mono-light, 20%);
20-
}
21-
h3,p{
22-
color: darken($mono-bright, 0%);
23-
}
24-
25-
a{
26-
color: darken($mono-light, 10%);
27-
28-
&:hover{
29-
color: $mono-bright;
30-
}
31-
}
32-
}
33-
3414
.grey{
3515
background: lighten($mono-light, 5%);
36-
border-top: solid 1px $mono-light;
37-
border-bottom: solid 1px $mono-light;
3816
}
3917

4018
.button{

0 commit comments

Comments
 (0)