refactor: update comments to reflect modifications by AstralRinth

This commit is contained in:
2026-01-27 20:50:55 +03:00
parent 572800d9ca
commit e9bc01b0c7
21 changed files with 53 additions and 51 deletions

View File

@@ -117,7 +117,7 @@ export const USDCColorIcon = _USDCColorIcon
export const VisaIcon = _VisaIcon
export const MinecraftServerIcon = _MinecraftServerIcon
// [AR] Styles
// This code is modified by AstralRinth
import _AstralRinthLogo from './icons/astralrinth-logo.svg?component'
import _ElyByIcon from './icons/elyby-icon.svg?component'
import _MicrosoftIcon from './icons/microsoft.svg?component'

View File

@@ -1,4 +1,4 @@
// [AR] Feature
// This code is modified by AstralRinth
.neon-button.neon :deep(:is(button, a, .button-like)),
.neon-button.neon :slotted(:is(button, a, .button-like)),
.neon-button.neon :slotted(*) :is(button, a, .button-like) {
@@ -36,4 +36,4 @@
text-shadow:
0 0 2px rgba(16, 250, 229, 0.4),
0 0 4px rgba(16, 250, 229, 0.25);
}
}

View File

@@ -1,4 +1,4 @@
// [AR] Feature
// This code is modified by AstralRinth
.neon-icon {
background-color: transparent;
color: #3e8cde;
@@ -34,4 +34,4 @@
50% {
filter: drop-shadow(0 0 12px #10fae5);
}
}
}

View File

@@ -1,4 +1,4 @@
// [AR] Feature
// This code is modified by AstralRinth
.neon-text {
background-color: transparent;
color: #3e8cde;