Skip to content

Commit

Permalink
Merge pull request #184 from lkhrs/issue183
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhrs committed Jan 9, 2024
2 parents 8981244 + 92b8573 commit d5d2bac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 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-hover: #1266e2;
--accent-text: var(--bg);
--code: #d81b60;
--preformatted: #444;
Expand All @@ -32,6 +33,7 @@
--text: #dcdcdc;
--text-light: #ababab;
--accent: #ffb300;
--accent-hover: #ffe099;
--accent-text: var(--bg);
--code: #f06292;
--preformatted: #ccc;
Expand Down Expand Up @@ -231,7 +233,8 @@ input[type="submit"]:enabled:hover,
input[type="reset"]:enabled:hover,
input[type="button"]:enabled:hover,
label[type="button"]:hover {
filter: brightness(1.4);
background-color: var(--accent-hover);
border-color: var(--accent-hover);
cursor: pointer;
}

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 d5d2bac

Please sign in to comment.