Skip to content

Commit

Permalink
Deploying to gh-pages from @ 04c839c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmann100 committed Jan 16, 2025
1 parent dffce95 commit b79cb4c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!--{{debug}}-->
<meta name="build-version" content="e86a4cd04460251f7dd6105a05eae6c0aaa89400">
<meta name="build-version" content="04c839cd3489e3ded99271551f402621a3c48212">
<!--{{/debug}}-->
<meta charset="UTF-8" />
<!-- <meta name="color-scheme" content="light dark" /> -->
Expand Down
2 changes: 1 addition & 1 deletion resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!--{{debug}}-->
<meta name="build-version" content="e86a4cd04460251f7dd6105a05eae6c0aaa89400">
<meta name="build-version" content="04c839cd3489e3ded99271551f402621a3c48212">
<!--{{/debug}}-->
<meta charset="UTF-8" />
<!-- <meta name="color-scheme" content="light dark" /> -->
Expand Down
2 changes: 1 addition & 1 deletion ripple.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!--{{debug}}-->
<meta name="build-version" content="e86a4cd04460251f7dd6105a05eae6c0aaa89400">
<meta name="build-version" content="04c839cd3489e3ded99271551f402621a3c48212">
<!--{{/debug}}-->
<meta charset="UTF-8" />
<!-- <meta name="color-scheme" content="light dark" /> -->
Expand Down
5 changes: 4 additions & 1 deletion static/css/defaults/interactive.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ input:invalid {
input,
button,
textarea,
fieldset,
.inputlike,
input[type='checkbox']::after {
border-radius: 0.2em; /* checkme. we need to indicate that elements are interactive somehow but I don't like this compromise particularly */
border: var(--default-border);
background-color: transparent;
color: inherit;
}

textarea {
textarea,
fieldset {
padding: 0.5rem;
}

Expand Down
2 changes: 1 addition & 1 deletion utilities/clipboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!--{{debug}}-->
<meta name="build-version" content="e86a4cd04460251f7dd6105a05eae6c0aaa89400">
<meta name="build-version" content="04c839cd3489e3ded99271551f402621a3c48212">
<!--{{/debug}}-->
<meta charset="UTF-8" />
<!-- <meta name="color-scheme" content="light dark" /> -->
Expand Down
2 changes: 1 addition & 1 deletion utilities/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!--{{debug}}-->
<meta name="build-version" content="e86a4cd04460251f7dd6105a05eae6c0aaa89400">
<meta name="build-version" content="04c839cd3489e3ded99271551f402621a3c48212">
<!--{{/debug}}-->
<meta charset="UTF-8" />
<!-- <meta name="color-scheme" content="light dark" /> -->
Expand Down
2 changes: 1 addition & 1 deletion utilities/godango.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!--{{debug}}-->
<meta name="build-version" content="e86a4cd04460251f7dd6105a05eae6c0aaa89400">
<meta name="build-version" content="04c839cd3489e3ded99271551f402621a3c48212">
<!--{{/debug}}-->
<meta charset="UTF-8" />
<!-- <meta name="color-scheme" content="light dark" /> -->
Expand Down

0 comments on commit b79cb4c

Please sign in to comment.