File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3088,8 +3088,8 @@ td.blob-excerpt {
3088
3088
.webhook-info {
3089
3089
padding : 7px 12px ;
3090
3090
margin : 10px 0 ;
3091
- background-color : #f8f8f8 ;
3092
- border : 1px solid #dddddd ;
3091
+ background-color : var ( --color-markdown-code-block ) ;
3092
+ border : 1px solid var ( --color-secondary ) ;
3093
3093
border-radius : 3px ;
3094
3094
font-size : 13px ;
3095
3095
line-height : 1.5 ;
Original file line number Diff line number Diff line change 60
60
}
61
61
62
62
.desc {
63
- color : #999999 ;
63
+ color : var ( --color-text-light-2 ) ;
64
64
65
65
a {
66
66
color : inherit ;
86
86
width : 80px ;
87
87
height : 6px ;
88
88
display : inline-block ;
89
- background-color : #eeeeee ;
89
+ background-color : var ( --color-secondary ) ;
90
90
overflow : hidden ;
91
91
border-radius : 3px ;
92
92
vertical-align : 2px !important ;
93
93
94
94
.progress {
95
- background-color : #cccccc ;
95
+ background-color : var ( --color-secondary-dark-3 ) ;
96
96
display : block ;
97
97
height : 100% ;
98
98
}
You can’t perform that action at this time.
0 commit comments