Skip to content

Commit a372d33

Browse files
committed
Add challenge tag styling
1 parent e5a2b44 commit a372d33

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

assets/scss/includes/components/_challenge.scss

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
}
1010
}
1111

12+
.challenge-tag {
13+
background-color: #f22c54;
14+
color: #fff;
15+
border-radius: 0;
16+
}
17+
1218
.challenge-button {
1319
box-shadow: 3px 3px 3px #6e193c;
1420
background-color: #6e192a;

static/assets/main.49478099.css static/assets/main.0060ab17.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
]
141141
},
142142
"assets/scss/main.scss": {
143-
"file": "assets/main.49478099.css",
143+
"file": "assets/main.0060ab17.css",
144144
"src": "assets/scss/main.scss",
145145
"isEntry": true
146146
}

0 commit comments

Comments
 (0)