We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414d7b2 commit 33678ebCopy full SHA for 33678eb
1 file changed
Projects/SSOC Frequently Asked Questions/style.css
@@ -5,10 +5,10 @@ body {
5
6
.title {
7
padding: 25px;
8
- background: #ffab01;
+ background: #ab40f7;
9
color: white;
10
text-align: center;
11
- font-size: 28px;
+ font-size: 26px;
12
}
13
14
.container {
@@ -30,15 +30,15 @@ body {
30
margin-bottom: 10px;
31
cursor: pointer;
32
border: 1px solid lightgrey;
33
- border-left: 3px solid #ffab01;
+ border-left: 3px solid #ab40f7;
34
font-weight: 500;
35
font-size: 16px;
36
display: flex;
37
align-items: center;
38
39
40
.question-title:hover {
41
- color: #ffab01;
+ color: #ab40f7;
42
43
44
.answer {
@@ -54,7 +54,7 @@ body {
54
@media screen and (max-width: 576px) {
55
56
font-size: 22px;
57
58
59
60
margin: auto;
0 commit comments