We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c0513 commit 298bb66Copy full SHA for 298bb66
_stylesheets/core.scss
@@ -11,30 +11,8 @@
11
}
12
13
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
30
31
32
-}
33
34
.grey{
35
background: lighten($mono-light, 5%);
36
- border-top: solid 1px $mono-light;
37
38
39
40
.button{
0 commit comments