File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 header p { margin : 0 ; opacity : .8 }
1313 .container { max-width : var (--max ); margin : 0 auto; padding : 16px 24px 48px ; }
1414 .toolbar { display : flex; gap : 12px ; align-items : center; margin-bottom : 16px ; flex-wrap : wrap; }
15- input [type = "search" ] { flex : 1 ; padding : 10px 12px ; border-radius : 10px ; border : 1px solid # 30363d ; background : # ffffff ; color : # e6edf3 ; }
16- select { padding : 10px 12px ; border-radius : 10px ; border : 1px solid # 30363d ; background : # ffffff ; color : # e6edf3 ; }
15+ input [type = "search" ] { flex : 1 ; padding : 10px 12px ; border-radius : 10px ; border : 1px solid # 30363d ; background : # ffffff ; color : # 555555 ; }
16+ select { padding : 10px 12px ; border-radius : 10px ; border : 1px solid # 30363d ; background : # ffffff ; color : # 555555 ; }
1717 .grid { display : grid; grid-template-columns : repeat (auto-fill, minmax (260px , 1fr )); gap : 16px ; }
1818 .card { background : # ffffff ; border : 1px solid # 30363d ; border-radius : 14px ; padding : 16px ; display : flex; flex-direction : column; gap : 8px ; }
1919 .card h3 { margin : 0 ; font-size : 18px ; }
@@ -145,7 +145,7 @@ <h3><a href="${live?site:r.html_url}" target="_blank" rel="noopener" style="colo
145145 const btn = document . createElement ( 'button' ) ;
146146 btn . id = 'refreshBtn' ;
147147 btn . textContent = 'Refresh' ;
148- btn . style . cssText = 'padding:10px 12px;border-radius:10px;border:1px solid #30363d;background:#ffffff;color:#e6edf3 ;cursor:pointer;' ;
148+ btn . style . cssText = 'padding:10px 12px;border-radius:10px;border:1px solid #30363d;background:#ffffff;color:#555555 ;cursor:pointer;' ;
149149 btn . addEventListener ( 'click' , loadAndRender ) ;
150150 toolbar . appendChild ( btn ) ;
151151 }
You can’t perform that action at this time.
0 commit comments