aboutsummaryrefslogtreecommitdiffhomepage
path: root/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'app.css')
-rw-r--r--app.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/app.css b/app.css
index 61b10c9..ed9a45d 100644
--- a/app.css
+++ b/app.css
@@ -219,11 +219,12 @@ body {
219 width: 250px; 219 width: 250px;
220 background-color: #ffffff; } 220 background-color: #ffffff; }
221 body .search-bar .search-label::before { 221 body .search-bar .search-label::before {
222 font-family: 'FontAwesome'; 222 font-family: 'Font Awesome 5 Free';
223 position: absolute; 223 position: absolute;
224 top: 12px; 224 top: 12px;
225 left: 8px; 225 left: 8px;
226 content: "\f002"; 226 content: "\f002";
227 font-weight: 900;
227 width: 20px; 228 width: 20px;
228 height: 20px; } 229 height: 20px; }
229 body .search-bar:focus-within .search-label::before { 230 body .search-bar:focus-within .search-label::before {