Skip to content

Commit 33678eb

Browse files
committed
Add Readme file
1 parent 414d7b2 commit 33678eb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • Projects/SSOC Frequently Asked Questions

Projects/SSOC Frequently Asked Questions/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ body {
55

66
.title {
77
padding: 25px;
8-
background: #ffab01;
8+
background: #ab40f7;
99
color: white;
1010
text-align: center;
11-
font-size: 28px;
11+
font-size: 26px;
1212
}
1313

1414
.container {
@@ -30,15 +30,15 @@ body {
3030
margin-bottom: 10px;
3131
cursor: pointer;
3232
border: 1px solid lightgrey;
33-
border-left: 3px solid #ffab01;
33+
border-left: 3px solid #ab40f7;
3434
font-weight: 500;
3535
font-size: 16px;
3636
display: flex;
3737
align-items: center;
3838
}
3939

4040
.question-title:hover {
41-
color: #ffab01;
41+
color: #ab40f7;
4242
}
4343

4444
.answer {
@@ -54,7 +54,7 @@ body {
5454
@media screen and (max-width: 576px) {
5555
.title {
5656
font-size: 22px;
57-
background: #ffab01;
57+
background: #ab40f7;
5858
color: white;
5959
padding: 25px;
6060
margin: auto;

0 commit comments

Comments
 (0)