Skip to content

Commit

Permalink
Use a darker (light theme) / lighter (dark theme) color for tab text
Browse files Browse the repository at this point in the history
This matches the tab text color before 1b68ed3. Currently, the text
looks off since it has the same colour as unclickable text.
  • Loading branch information
Ninjaclasher authored and Xyene committed Feb 5, 2023
1 parent 4ab6f89 commit 3c72324
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/vars-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $color_primary5: #080808; // light background
$color_primary10: #111; // background
$color_primary25: #3b3b3b; // border
$color_primary50: #808080;
$color_primary66: #aaa; // tabs
$color_primary75: #ccc; // widget
$color_primary90: #eee;
$color_primary100: #fff;
Expand Down
1 change: 1 addition & 0 deletions resources/vars-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $color_primary5: #f8f8f8; // light background
$color_primary10: #eee; // background
$color_primary25: #ccc; // border
$color_primary50: #808080;
$color_primary66: #555; // tabs
$color_primary75: #3b3b3b; // widget
$color_primary90: #111;
$color_primary100: #000;
Expand Down
2 changes: 1 addition & 1 deletion resources/widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ textarea:focus {
position: relative;
display: block;
padding: 10px 15px;
color: $color_primary50;
color: $color_primary66;
text-decoration: none;
white-space: nowrap;
}
Expand Down

0 comments on commit 3c72324

Please sign in to comment.