Skip to content

Commit 2d45505

Browse files
committed
Add challenge tag styling
1 parent 1e33276 commit 2d45505

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

assets/scss/includes/components/_challenge.scss

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,22 @@
1111

1212
[data-bs-theme="light"] .challenge-button {
1313
border: none;
14-
box-shadow: 0 0 15px var(--bs-secondary);
14+
box-shadow: 3px 3px 3px var(--bs-secondary);
1515

1616
&.challenge-solved {
17-
background-color: #29c830;
17+
background-color: #6e192a;
1818

1919
&:hover {
20-
background-color: #37d63e;
20+
background-color: #962239;
2121
}
2222
}
2323

24-
.challenge-button {
25-
box-shadow: 3px 3px 3px #6e193c;
26-
background-color: #6e192a;
24+
.challenge-tag {
25+
background-color: #f22c54;
26+
color: #fff;
2727
border-radius: 0;
2828
}
2929

30-
.challenge-button:hover {
31-
background-color: #962239;
32-
}
33-
3430
.challenge-submit {
3531
border-radius: 0;
3632
}
@@ -44,10 +40,10 @@
4440
}
4541

4642
&.challenge-solved {
47-
background-color: #29c830;
43+
background-color: #6e192a;
4844

4945
&:hover {
50-
background-color: #37d63e;
46+
background-color: #962239;
5147
}
5248
}
5349
}

static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
]
145145
},
146146
"assets/scss/main.scss": {
147-
"file": "assets/main.49478099.css",
147+
"file": "assets/main.0060ab17.css",
148148
"src": "assets/scss/main.scss",
149149
"isEntry": true
150150
}

0 commit comments

Comments
 (0)