イロカエ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 = { const colors = {
blue: '#008FFB', blue: '##96CCE7',
green: '#00E396', green: '#B0E7CB',
yellow: '#FEB019', yellow: '#E7E7B0',
red: '#FF4560', red: '#FF9D9D',
purple: '#e300db', purple: '#CECEFF',
orange: '#fe6919', orange: '#E7BA95',
}; };
const colorSets = [colors.blue, colors.green, colors.yellow, colors.red, colors.purple]; const colorSets = [colors.blue, colors.green, colors.yellow, colors.red, colors.purple];
const getColor = (i) => { const getColor = (i) => {

View File

@ -12,12 +12,18 @@ defineProps<{
.jmgmzlwq { .jmgmzlwq {
font-size: 0.8em; font-size: 0.8em;
padding: 16px; padding: 16px;
background: var(--infoWarnBg); background: none;
color: var(--infoWarnFg); border: solid 2px #E7E7B0;
color: #E7E7B0;
> a { > a {
margin-left: 4px; margin-left: 4px;
color: var(--accent); 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> </style>