new update
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+5
-5
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
BIN
Binary file not shown.
+3
-3
@@ -1,8 +1,8 @@
|
||||
{
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Nightcord",
|
||||
"description": "Everything Discord doesn't build, we create",
|
||||
"version": "1.19.1",
|
||||
"version": "1.19.2",
|
||||
"author": "Nightcord Contributors",
|
||||
"homepage_url": "https://git.searchhub.su/nightcord/nightcord",
|
||||
"action": {
|
||||
@@ -84,4 +84,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+10
-10
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
@@ -33,7 +33,7 @@ html, body {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* ── Animated gradient bg ── */
|
||||
/* -- Animated gradient bg -- */
|
||||
body::before {
|
||||
content: '';
|
||||
position: fixed;
|
||||
@@ -48,7 +48,7 @@ body::before {
|
||||
to { opacity: 1; transform: scale(1.15); }
|
||||
}
|
||||
|
||||
/* ── Header ── */
|
||||
/* -- Header -- */
|
||||
.header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -133,7 +133,7 @@ body::before {
|
||||
text-shadow: 0 0 10px rgba(167,139,250,0.4);
|
||||
}
|
||||
|
||||
/* ── Panel ── */
|
||||
/* -- Panel -- */
|
||||
.panel { padding: 10px 10px 4px; display: flex; flex-direction: column; gap: 6px; }
|
||||
|
||||
.option-row {
|
||||
@@ -213,14 +213,14 @@ body::before {
|
||||
}
|
||||
.tog input:checked ~ .tog-knob { transform: translateX(19px); }
|
||||
|
||||
/* ── Divider ── */
|
||||
/* -- Divider -- */
|
||||
.divider {
|
||||
height: 1px;
|
||||
background: linear-gradient(90deg, transparent 0%, var(--border2) 30%, var(--border2) 70%, transparent 100%);
|
||||
margin: 6px 10px;
|
||||
}
|
||||
|
||||
/* ── Links ── */
|
||||
/* -- Links -- */
|
||||
.links {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
@@ -261,7 +261,7 @@ body::before {
|
||||
.link-btn.discord:hover { color: #7289da; border-color: rgba(114,137,218,0.4); background: rgba(114,137,218,0.08); box-shadow: 0 3px 10px rgba(114,137,218,0.15); }
|
||||
.link-btn.website:hover { color: var(--purple4); border-color: rgba(139,92,246,0.4); background: rgba(139,92,246,0.08); box-shadow: 0 3px 10px rgba(139,92,246,0.15); }
|
||||
|
||||
/* ── Footer ── */
|
||||
/* -- Footer -- */
|
||||
.footer {
|
||||
padding: 8px 14px 11px;
|
||||
border-top: 1px solid var(--border);
|
||||
@@ -312,7 +312,7 @@ body::before {
|
||||
<div class="logo-name">Nightcord</div>
|
||||
<div class="logo-sub">Discord Enhancement</div>
|
||||
</div>
|
||||
<span class="ver-pill">v1.19.1</span>
|
||||
<span class="ver-pill">v1.19.2</span>
|
||||
</div>
|
||||
|
||||
<div class="panel">
|
||||
@@ -322,7 +322,7 @@ body::before {
|
||||
</div>
|
||||
<div class="opt-text">
|
||||
<div class="opt-name">Auto-inject</div>
|
||||
<div class="opt-sub">Injecter automatiquement à l'ouverture de Discord</div>
|
||||
<div class="opt-sub">Injecter automatiquement à l'ouverture de Discord</div>
|
||||
</div>
|
||||
<label class="tog">
|
||||
<input type="checkbox" id="chk">
|
||||
@@ -352,7 +352,7 @@ body::before {
|
||||
<div class="footer">
|
||||
<span class="footer-status" id="ftxt">
|
||||
<span class="status-dot" id="dot"></span>
|
||||
Prêt
|
||||
Prêt
|
||||
</span>
|
||||
<span class="debug" id="dbg"></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user