File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 46
46
/* Translation popup */
47
47
48
48
.docCloudCard {
49
- background : var (--click-cloud-card-background );
50
49
display : flex;
51
50
flex-direction : column;
52
51
padding : 1rem ;
53
52
border-radius : 8px ;
54
53
margin-bottom : 24px ;
55
54
}
56
55
56
+ [data-theme = 'dark' ] .docCloudCard {
57
+ background : var (--click-cloud-card-background );
58
+ }
59
+
60
+ [data-theme = 'light' ] .docCloudCard {
61
+ background : var (--ifm-table-head-background );
62
+ }
63
+
57
64
.docCloudCardHeader {
58
65
display : flex;
59
66
flex-wrap : nowrap;
70
77
.docCloudCardContent {
71
78
font-weight : 400 ;
72
79
font-size : 14px ;
73
- margin-bottom : 24 px ;
80
+ margin-bottom : 18 px ;
74
81
}
75
82
76
83
.docCloudCardLink {
77
84
width : fit-content;
78
- padding : 0 16 px ;
85
+ padding : 0 12 px ;
79
86
white-space : nowrap;
80
87
}
88
+
89
+ [data-theme = 'light' ] .docCloudCardLink {
90
+ background-color : var (--palette_info_300 );
91
+ }
92
+
81
93
.docCloudCardLink : hover {
82
94
text-decoration : none;
83
95
}
You can’t perform that action at this time.
0 commit comments