Skip to content

Commit 1299edf

Browse files
committed
Updating button hover colors
1 parent 7ead043 commit 1299edf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/styles/About.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353

5454
.beginner-button:hover {
55-
background-color: #fcc7d8;
55+
background-color: #dec6a6;
5656
}
5757

5858
.beginner-button:after {
@@ -72,7 +72,7 @@
7272
max-height: 0;
7373
overflow: hidden;
7474
transition: max-height 0.2s ease-out;
75-
background-color: rgb(225, 227, 231);
75+
background-color: #7e5e39;
7676
margin: 0 0 30px 0;
7777
font-size: 1.08rem;
7878
}

src/styles/Home.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
color: var(--secondary-color);
8686
font-family: var(--font-3);
8787
font-size: 1.5em;
88-
border: 2px solid var(--background-color);
88+
border: 0px solid var(--background-color);
8989
border-radius: 2vh;
9090
background: var(--background-color);
9191
margin: 0 0 40px 0;
@@ -94,7 +94,7 @@
9494
}
9595

9696
.home-register-button:hover {
97-
background-color: rgb(231, 224, 229);
97+
background-color: #dec6a6;
9898
}
9999

100100
.home-register-link {

0 commit comments

Comments
 (0)