Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
HauseMasterZ committed Oct 11, 2023
1 parent 3ab2896 commit e7cbc01
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Swift type legacy version

This is a legacy version of the Swift type. It is not recommended to use this version, but it is still available for backwards compatibility.

Visit the site ![here](https://hausemasterz.github.io/swift-type/).

4 changes: 2 additions & 2 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,8 @@ form > * {
border-radius: 0%;
box-shadow: 10px 10px rgba(0, 0, 0, 0.15);
transition: border-radius 0.4s ease, box-shadow 0.4s ease, background-color 1s ease;
background-color: #a2d2ff;
color: black;
background-color: var(--input-background-color);
color: var(--text-color);
border: 1px solid var(--text-color);
}

Expand Down
2 changes: 1 addition & 1 deletion src/styles/style.css.map

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

8 changes: 4 additions & 4 deletions src/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -592,10 +592,10 @@ form>* {
border-radius: 0%;
box-shadow: 10px 10px rgba(0, 0, 0, .15);
transition: border-radius 0.4s ease, box-shadow 0.4s ease, background-color 1s ease;
// background-color: var(--input-background-color);
background-color: #a2d2ff;
// color: var(--text-color);
color: black;
background-color: var(--input-background-color);
// background-color: #a2d2ff;
color: var(--text-color);
// color: black;
border: 1px solid var(--text-color);
}

Expand Down

0 comments on commit e7cbc01

Please sign in to comment.