Skip to content

Commit

Permalink
Merge pull request #180 from lkhrs/issue179
Browse files Browse the repository at this point in the history
Add variable for button text color
  • Loading branch information
lkhrs committed Nov 26, 2023
2 parents 82b565d + 61a77dc commit db63b37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
--text-light: #585858;
--border: #898EA4;
--accent: #0d47a1;
--accent-text: var(--bg);
--code: #d81b60;
--preformatted: #444;
--marked: #ffdd33;
Expand All @@ -31,6 +32,7 @@
--text: #dcdcdc;
--text-light: #ababab;
--accent: #ffb300;
--accent-text: var(--bg);
--code: #f06292;
--preformatted: #ccc;
--disabled: #111;
Expand Down Expand Up @@ -195,7 +197,7 @@ input[type="button"],
label[type="button"] {
border: 1px solid var(--accent);
background-color: var(--accent);
color: var(--bg);
color: var(--accent-text);
padding: 0.5rem 0.9rem;
text-decoration: none;
line-height: normal;
Expand Down
2 changes: 1 addition & 1 deletion simple.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db63b37

Please sign in to comment.