Skip to content

Commit

Permalink
Merge pull request #79 from 4F24L/roles-n-faqs
Browse files Browse the repository at this point in the history
[FIX] Roles and FAQs style changes
  • Loading branch information
vimistify authored Oct 3, 2024
2 parents fafc907 + 24f5ee7 commit f053728
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions src/css/roles.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ body {
align-items: center;
flex-wrap: wrap;
gap: 10px;

background-color: rgb(245, 245, 245);
box-shadow: 0 0 2px rgb(174, 174, 174);
border-radius: 25px;
padding: 1rem 0.3rem;
}

.role i {
Expand Down Expand Up @@ -196,6 +201,10 @@ body {
padding-bottom: 2rem;
margin-bottom: 3rem;
border-radius: 30px;

padding-top: 0.2rem;
padding-left: 0.8rem;
padding-right: 0.5rem;
}

.accordion__header {
Expand All @@ -207,12 +216,12 @@ body {
transition: background-color 0.3s ease-in-out;
}

.accordion__header:hover {
background-color: #f1f1f1;
}
/* .accordion__header:hover {
background-color: #f1f1f1; #ugly hover effect
} */

.accordion__icon {
background-color: aqua;
background-color: rgb(0, 216, 216);
width: 2.2rem;
height: 2.2rem;
display: flex;
Expand Down Expand Up @@ -240,6 +249,7 @@ body {
transition: height 0.4s ease-in-out;
color: #333333;
font-size: 18px;
padding-top: 1.2rem;
}

footer p {
Expand Down

0 comments on commit f053728

Please sign in to comment.