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:
parent
959c9f86cf
commit
e983660b55
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue