1
1
/* Customize palette */
2
2
button [data-md-color-primary = unicatt ] {
3
- background-color : # 00325c
3
+ background-color : # 00325c;
4
4
}
5
5
6
6
[data-md-color-primary = unicatt ] .md-typeset a {
7
- color : # 00325c
7
+ color : # 00325c ;
8
+ text-decoration : underline;
8
9
}
9
10
10
11
[data-md-color-primary = unicatt ] .md-header ,
11
12
[data-md-color-primary = unicatt ] .md-hero {
12
- background-color : # 00325c
13
+ background-color : # 00325c;
13
14
}
14
15
15
16
[data-md-color-primary = unicatt ] .md-nav__link--active ,
16
17
[data-md-color-primary = unicatt ] .md-nav__link : active {
17
- color : # 00325c
18
+ color : # 00325c;
18
19
}
19
20
20
21
[data-md-color-primary = unicatt ] .md-nav__item--nested > .md-nav__link {
21
- color : inherit
22
+ color : inherit;
22
23
}
23
24
24
25
button [data-md-color-accent = unicatt ] {
25
- background-color : # c23e46
26
+ background-color : # c23e46;
26
27
}
27
28
28
29
[data-md-color-accent = unicatt ] .md-typeset a : active ,
29
30
[data-md-color-accent = unicatt ] .md-typeset a : hover {
30
- color : # c23e46
31
+ color : # c23e46;
31
32
}
32
33
33
34
[data-md-color-accent = unicatt ] .md-typeset .codehilite pre ::-webkit-scrollbar-thumb : hover ,
34
35
[data-md-color-accent = unicatt ] .md-typeset pre code ::-webkit-scrollbar-thumb : hover {
35
- background-color : # c23e46
36
+ background-color : # c23e46;
36
37
}
37
38
38
39
[data-md-color-accent = unicatt ] .md-nav__link : focus ,
@@ -44,47 +45,47 @@ button[data-md-color-accent=unicatt] {
44
45
[data-md-color-accent = unicatt ] .md-typeset [id ] .headerlink : focus ,
45
46
[data-md-color-accent = unicatt ] .md-typeset [id ]: hover .headerlink : hover ,
46
47
[data-md-color-accent = unicatt ] .md-typeset [id ]: target .headerlink {
47
- color : # c23e46
48
+ color : # c23e46;
48
49
}
49
50
50
51
[data-md-color-accent = unicatt ] .md-search__scrollwrap ::-webkit-scrollbar-thumb : hover {
51
- background-color : # c23e46
52
+ background-color : # c23e46;
52
53
}
53
54
54
55
[data-md-color-accent = unicatt ] .md-search-result__link : hover ,
55
56
[data-md-color-accent = unicatt ] .md-search-result__link [data-md-state = active ] {
56
- background-color : rgba (255 , 23 , 68 , .1 )
57
+ background-color : rgba (255 , 23 , 68 , .1 );
57
58
}
58
59
59
60
[data-md-color-accent = unicatt ] .md-sidebar__scrollwrap ::-webkit-scrollbar-thumb : hover {
60
- background-color : # c23e46
61
+ background-color : # c23e46;
61
62
}
62
63
63
64
[data-md-color-accent = unicatt ] .md-source-file : hover : before {
64
- background-color : # c23e46
65
+ background-color : # c23e46;
65
66
}
66
67
67
68
@media only screen and (max-width : 59.9375em ) {
68
69
[data-md-color-primary = unicatt ] .md-nav__source {
69
- background-color : # c23e46
70
+ background-color : # c23e46;
70
71
}
71
72
}
72
73
73
74
@media only screen and (max-width : 76.1875em ) {
74
75
html [data-md-color-primary = unicatt ] .md-nav--primary .md-nav__title--site {
75
- background-color : # 00325c
76
+ background-color : # 00325c;
76
77
}
77
78
}
78
79
79
80
@media only screen and (min-width : 76.25em ) {
80
81
[data-md-color-primary = unicatt ] .md-tabs {
81
- background-color : # 00325c
82
+ background-color : # 00325c;
82
83
}
83
84
}
84
85
85
86
/* Hide undesired items */
86
87
.md-sidebar--secondary , .md-footer {
87
- display : None
88
+ display : None;
88
89
}
89
90
90
91
@media only screen and (min-width : 76.25em ) {
@@ -100,7 +101,7 @@ button[data-md-color-accent=unicatt] {
100
101
101
102
@media only screen and (min-width : 76.25em ) {
102
103
.md-sidebar--primary {
103
- display : None
104
+ display : None;
104
105
}
105
106
}
106
107
@@ -236,6 +237,10 @@ button[data-md-color-accent=unicatt] {
236
237
flex-wrap : wrap;
237
238
}
238
239
240
+ .tutorial-buttons a {
241
+ text-decoration : none !important ;
242
+ }
243
+
239
244
/* Toggleable divs
240
245
https://stackoverflow.com/questions/37080838/is-there-a-css-code-for-double-click-element-or-another-way-to-solve-this */
241
246
0 commit comments