This commit is contained in:
syuilo 2020-02-10 21:27:17 +09:00
parent 940578d062
commit 060d4fd27f
5 changed files with 5 additions and 0 deletions

View file

@ -124,6 +124,7 @@ export default Vue.extend({
&.primary { &.primary {
color: #fff; color: #fff;
background: var(--accent); background: var(--accent);
box-shadow: 0 6px 16px var(--accentShadow);
&:not(:disabled):hover { &:not(:disabled):hover {
background: var(--jkhztclx); background: var(--jkhztclx);

View file

@ -288,6 +288,7 @@ export default Vue.extend({
> .balloon { > .balloon {
background: $me-balloon-color; background: $me-balloon-color;
box-shadow: 0 6px 16px var(--accentShadow);
text-align: left; text-align: left;
&[data-no-text] { &[data-no-text] {

View file

@ -198,6 +198,7 @@ a {
@extend ._button; @extend ._button;
color: #fff; color: #fff;
background: var(--accent); background: var(--accent);
box-shadow: 0 6px 16px var(--accentShadow);
&:not(:disabled):hover { &:not(:disabled):hover {
background: var(--jkhztclx); background: var(--jkhztclx);

View file

@ -10,6 +10,7 @@
accent: '#86b300', accent: '#86b300',
accentDarken: ':darken<10<@accent', accentDarken: ':darken<10<@accent',
accentLighten: ':lighten<10<@accent', accentLighten: ':lighten<10<@accent',
accentShadow: ':alpha<0.3<@accent',
focus: ':alpha<0.3<@accent', focus: ':alpha<0.3<@accent',
bg: '#000', bg: '#000',
fg: '#c7d1d8', fg: '#c7d1d8',

View file

@ -10,6 +10,7 @@
accent: '#86b300', accent: '#86b300',
accentDarken: ':darken<10<@accent', accentDarken: ':darken<10<@accent',
accentLighten: ':lighten<10<@accent', accentLighten: ':lighten<10<@accent',
accentShadow: ':alpha<0.4<@accent',
focus: ':alpha<0.3<@accent', focus: ':alpha<0.3<@accent',
bg: '#fafafa', bg: '#fafafa',
fg: '#5c6a73', fg: '#5c6a73',