Commit 8c2e737 1 parent a088b07 commit 8c2e737 Copy full SHA for 8c2e737
File tree 2 files changed +19
-16
lines changed
2 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,17 @@ pre {
57
57
58
58
figcaption {
59
59
clearfix ();
60
- font-size : 0.85 em ;
61
- color : $highlight-comment ;
60
+ font-size : 1 em ;
61
+ color : $highlight-foreground ;
62
62
line-height : 1em ;
63
63
margin-bottom : 1em ;
64
64
65
- a { float : right ; }
65
+ a {
66
+ float : right ;
67
+ color : $highlight-foreground ;
68
+
69
+ & :hover { border-bottom-color : $highlight-foreground ; }
70
+ }
66
71
}
67
72
68
73
.gutter pre {
74
79
.line { height : 20px ; }
75
80
}
76
81
82
+
83
+ .gist table {
84
+ width : auto ;
85
+
86
+ td { border : none ; }
87
+ }
88
+
77
89
pre {
78
90
79
91
.comment { color : $highlight-comment ; }
Original file line number Diff line number Diff line change 33
33
34
34
.pullquote {
35
35
width : 45% ;
36
+
36
37
& .left {
37
38
float : left ;
38
39
margin-left : 5px ;
39
40
margin-right : 10px ;
40
41
}
42
+
41
43
& .right {
42
44
float : right ;
43
45
margin-left : 10px ;
44
46
margin-right : 5px ;
45
47
}
46
48
}
47
49
48
- .highlight table , .gist table {
49
- width : auto ;
50
-
51
- td { border : none ; }
52
- }
53
- .highlight , .gist {
54
- a {
55
- color : $link-hover-color !important ;
56
- text-decoration : none !important ;
57
- }
58
- }
59
-
60
50
.affix.affix.affix { position : fixed ; }
61
51
62
52
.translation {
87
77
background : inherit ;
88
78
opacity : 0.5 ;
89
79
& :focus { opacity : 1 ; }
90
- };
80
+ }
81
+
91
82
.search-icon {
92
83
position : absolute ;
93
84
top : 9px ;
You can’t perform that action at this time.
0 commit comments