File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -284,18 +284,20 @@ a {
284284}
285285
286286/* Footer elements */
287- # review {
287+ # footer {
288288 width : var (--settings-width );
289289 text-align : left;
290+ letter-spacing : 1px ;
291+ font-weight : 550 ;
290292}
291293
292- # review a {
294+ # footer a {
293295 padding-top : var (--spacing );
294296 font-size : var (--base-font-size );
295297 opacity : 0.8 ;
296298 display : inline-block;
297299}
298300
299- # review a : hover {
301+ # footer a : hover {
300302 opacity : 1 ;
301303}
Original file line number Diff line number Diff line change 4747 < button id ="show-difficulty-btn " class ="material-button settings-btn ">
4848 < span id ="show-difficulty-icon "> </ span > Show Difficulty
4949 </ button >
50- < div id ="review ">
50+ < div id ="footer ">
5151 View the
5252 < a target ="_blank " href ="https://github.com/zubyj/leetcode-explained ">
5353 source code
5454 </ a >
5555 </ div >
56- < div id ="review ">
56+ < div id ="footer ">
5757 Leave us a
5858 < a target ="_blank "
5959 href ="https://chrome.google.com/webstore/detail/leetcode-explained/cofoinjfjcpgcjiinjhcpomcjoalijbe ">
You can’t perform that action at this time.
0 commit comments