Skip to content

Commit 53e33f3

Browse files
fix(web-app): resolve hover contrast, sidebar layout shift, and mobile drawer bugs steam-bell-92#1279
1 parent 6dd19a8 commit 53e33f3

9 files changed

Lines changed: 1187 additions & 1120 deletions

File tree

web-app/404.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
<link rel="preconnect" href="https://fonts.googleapis.com">
1313
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1414
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=JetBrains+Mono:wght@400;600;700&display=swap" rel="stylesheet">
15-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
16-
integrity="sha384-iYQieczLE1ZYcx91pNAt4whAqKhW2ED8oBkFkXhNRCGF7GcCQBQb0or7TGoBMgo"
17-
crossorigin="anonymous">
15+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1816
<style>
1917
:root {
2018
--primary: #6366f1;

0 commit comments

Comments
 (0)