Update link to new version

This commit is contained in:
Alicia Sykes 2024-04-07 12:25:10 +01:00
parent 9be1173f80
commit fa2781ad61
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
</head>
<body>
<a href="https://awesome-privacy.xys" class="new-version">
<a href="https://awesome-privacy.xyz" class="new-version">
New version available!<br>
<span class="link">awesome-privacy.xyz</span>
</a>

View File

@ -313,11 +313,11 @@ a.cover-link span {
border-radius: 10px;
font-size: 1.6rem;
font-family: 'Cutive Mono', monospace;
border: 3px solid #ff0078;
border: 3px solid #9580ff;
opacity: 0.8;
text-decoration: none;
}
.new-version .link {
color: #ff0078 !important;
color: #9580ff !important;
font-weight: bold;
}