fix: remove unused custom.css link from index.php

Eliminated the redundant stylesheet inclusion to reduce unnecessary HTTP requests and improve page load performance. No impact on visual styling as the content of custom.css was deprecated and merged into main.css.
This commit is contained in:
Kumi 2024-08-08 09:24:20 +02:00
parent 959c9f86cf
commit e983660b55
No known key found for this signature in database
GPG key ID: ECBCC9082395383F

View file

@ -88,7 +88,6 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
<meta name="apple-mobile-web-app-status-bar-style" content="#193e4c" />
<link href="css/main.css" rel="stylesheet" />
<link href="css/custom.css" rel="stylesheet" />
</head>
<body>