イロカエtあ close #5

This commit is contained in:
NullCat 2022-02-10 02:16:16 +09:00
parent 595f01ed28
commit dd47d50679
No known key found for this signature in database
GPG Key ID: 5EDC2816C3AE007A
2 changed files with 14 additions and 8 deletions

View File

@ -64,12 +64,12 @@ const alpha = (hex, a) => {
};
const colors = {
blue: '#008FFB',
green: '#00E396',
yellow: '#FEB019',
red: '#FF4560',
purple: '#e300db',
orange: '#fe6919',
blue: '##96CCE7',
green: '#B0E7CB',
yellow: '#E7E7B0',
red: '#FF9D9D',
purple: '#CECEFF',
orange: '#E7BA95',
};
const colorSets = [colors.blue, colors.green, colors.yellow, colors.red, colors.purple];
const getColor = (i) => {

View File

@ -12,12 +12,18 @@ defineProps<{
.jmgmzlwq {
font-size: 0.8em;
padding: 16px;
background: var(--infoWarnBg);
color: var(--infoWarnFg);
background: none;
border: solid 2px #E7E7B0;
color: #E7E7B0;
> a {
margin-left: 4px;
color: var(--accent);
&:hover{
text-shadow: -6px 0px 15px rgba(150, 204, 231, 0.83),
6px 0px 15px rgba(150, 204, 231, 0.83);
}
}
}
</style>