Skip to content

Commit

Permalink
Merge pull request #29 from alissatroiano/style-updates
Browse files Browse the repository at this point in the history
Fix button on homepage
  • Loading branch information
alissatroiano authored Aug 29, 2023
2 parents 7643a48 + fc047d4 commit 0cae195
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home/static/home/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ h2#subTitle {
}

h1#titleFont,
a#createArt, a#shopBtn {
a#createArt,
a#createArt1,
a#shopBtn {
text-decoration: none;
background-image: linear-gradient( -225deg, rgba(79, 23, 209, 0.882)0%, #867def 29%, #4d2bc8 67%, #755cd2 100% );
background-size: auto auto;
Expand All @@ -46,6 +48,7 @@ a#createArt, a#shopBtn {
display: inline-block;
}

a#createArt1:hover,
a#createArt:hover,
a#shopBtn:hover {
text-decoration: underline;
Expand Down

0 comments on commit 0cae195

Please sign in to comment.