File tree 1 file changed +21
-2
lines changed
1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,20 @@ table {
31
31
border-collapse : collapse ;
32
32
border-radius : 0.75rem ;
33
33
border-style : hidden ; /* hide standard table (collapsed) border */
34
- box-shadow : 0 0 0 1px #666 ; /* this draws the table border */
34
+ box-shadow : 0 0 0 1px rgb (39 39 42 ); /* this draws the table border */
35
+ }
36
+
37
+ th {
38
+ border-color : rgb (39 39 42 ) !important ;
35
39
}
36
40
37
41
td {
38
- border : 1px solid #ccc ;
42
+ border : 1px solid rgb (39 39 42 );
43
+ border-color : rgb (39 39 42 ) !important ;
44
+ }
45
+
46
+ tr {
47
+ border-color : rgb (39 39 42 ) !important ;
39
48
}
40
49
41
50
tr :last-child {
@@ -48,6 +57,16 @@ tr:last-child {
48
57
}
49
58
}
50
59
60
+ // Custom IMG Styles in docs
61
+
62
+ .nextra-content img {
63
+ border-radius : 0.75rem ;
64
+ outline : 1px solid rgb (39 39 42 );
65
+ outline-offset : -1px ; /* Сдвигает контур внутрь элемента */
66
+ margin-left : auto ;
67
+ margin-right : auto ;
68
+ }
69
+
51
70
/* Custom Light Theme */
52
71
53
72
html :not ([class ~= " dark" ]) {
You can’t perform that action at this time.
0 commit comments