Skip to content

Commit

Permalink
removed accent theme color from login page
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoexe committed Sep 28, 2024
1 parent 2f59ddf commit 58c824f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sostituzioni/view/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8" />
<meta name="theme-color" content="#ffffff" />
<!-- <meta name="theme-color" content="#ffffff" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<meta name="view-transition" content="same-origin" />
<title>{{configurazione.get("systitle")}} | {{configurazione.get('schoolname')}}</title>
Expand Down Expand Up @@ -57,10 +57,10 @@ <h1 id="title"><span>Scuola</span><span id="title-hidden-s">S</span><svg id="tit
</div>
</div>
</div>
<script>
<!-- <script>
// set theme color
document.head.querySelector("meta[name=theme-color]").content = getComputedStyle(document.body).getPropertyValue('--color-accent')
</script>
</script> -->
</body>

</html>

0 comments on commit 58c824f

Please sign in to comment.