You've already forked AstralRinth
forked from didirus/AstralRinth
refactor: update comments to reflect modifications by AstralRinth
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// [AR] Feature
|
||||
// This code is modified by AstralRinth
|
||||
.neon-text {
|
||||
background-color: transparent;
|
||||
color: #3e8cde;
|
||||
|
||||
Reference in New Issue
Block a user