Skip to content

Commit

Permalink
Fix search results and link hove
Browse files Browse the repository at this point in the history
  • Loading branch information
alissatroiano committed Aug 30, 2023
1 parent 0238a4a commit 0d41287
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ main {
font-size: 1.2rem;
font-weight: 300;
letter-spacing: 2px;
color: #eeedec;
color: #c3bbe1;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
Expand All @@ -1012,7 +1012,7 @@ main {
/*line*/
.link::before {
content: "";
background-color: #b096e0;
background-color: #4d2bc8;
width: 3px;
height: 100%;
position: absolute;
Expand All @@ -1037,7 +1037,7 @@ main {
align-items: center;
background-color: transparent;
position: absolute;
border: solid 3px #b096e0;
border: solid 3px #4d2bc8;
border-left: 0;
border-bottom: 0;
top: calc(50% - 9px);
Expand All @@ -1051,12 +1051,11 @@ main {
}

.link:hover {
color: #a67af8;
color: #4d2bc8;
}
/* bg button */
.gen-art-btn::before {
content: "";
background-color: ;
width: 0;
height: 100%;
position: absolute;
Expand Down

0 comments on commit 0d41287

Please sign in to comment.