File tree 2 files changed +33
-4
lines changed
2 files changed +33
-4
lines changed Original file line number Diff line number Diff line change 1
1
/* ==UserStyle==
2
2
@name cppreference.com-common.css
3
- @version 1.0.2
3
+ @version 1.0.3
4
4
@description ❤️ Minimal aestheic with highly refined color palettes
5
5
@namespace 1nfdev
6
6
@author 1nfdev <[email protected] >
42
42
color : # d33050 !important
43
43
}
44
44
45
+ a : hover {
46
+ color : # 00a000 !important ;
47
+ text-decoration : underline;
48
+ }
49
+
45
50
hr {
46
51
background-color : # fff ;
47
52
}
225
230
color : # 7F7F7F ;
226
231
}
227
232
233
+ .c .source-c .kw2 ,
234
+ .cpp .source-cpp .kw2 {
235
+ color : # 4EC8AF ;
236
+ font-weight : bold;
237
+ }
238
+
228
239
/* c/c++ types */
229
240
.c .source-c .kw4 ,
230
241
.cpp .source-cpp .kw4 ,
259
270
color : # F09819 ;
260
271
}
261
272
273
+ /* c/c++ multiline comment */
274
+ .c .source-c .coMULTI ,
275
+ .cpp .source-cpp .coMULTI {
276
+ color : # F09819 ;
277
+ font-style : italic;
278
+ }
279
+
262
280
.mw-geshi a {
263
281
color : crimson;
264
- text-decoration : underline;
265
282
}
266
283
267
284
table .ambox {
Original file line number Diff line number Diff line change 1
1
/* ==UserStyle==
2
2
@name docs.gl-common.css
3
- @version 1.1.0
3
+ @version 1.1.1
4
4
@description ❤️ Minimal aestheic with highly refined color palettes
5
5
@namespace 1nfdev
6
6
@author 1nfdev <[email protected] >
48
48
color : # d33050 !important
49
49
}
50
50
51
+ a : hover {
52
+ color : # 00a000 !important ;
53
+ text-decoration : underline;
54
+ }
55
+
56
+ .codecomment > a : hover ,
57
+ pre .programlisting > a : hover {
58
+ font-weight : bold;
59
+ color : # 00a000 !important ;
60
+ text-decoration : underline;
61
+ }
62
+
51
63
.disabled , .disabled a , a .disabled {
52
64
color : red !important ;
53
65
}
90
102
div .funcsynopsis > a ,
91
103
.example .programlisting > a ,
92
104
table .funcprototype-table > a {
93
- text-decoration : underline ;
105
+ text-decoration : none ;
94
106
}
95
107
96
108
.example .programlisting > span .constant {
You can’t perform that action at this time.
0 commit comments