Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 46b662b

Browse files
committed
more letter spacing for settings footer links
1 parent 9a040cd commit 46b662b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

‎src/popup/popup.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

‎src/popup/settings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
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">

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /