fix: 🐛 fix inconsistent theming

This commit is contained in:
ThatOneCalculator 2022-12-16 10:21:10 -08:00
parent 114e1fa371
commit e2dbed7ec7
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
6 changed files with 8 additions and 13 deletions

View File

@ -19,8 +19,10 @@ defineProps<{
<style lang="scss" scoped>
.msjugskd {
padding: 16px;
font-size: 90%;
background: var(--infoWarnBg);
color: var(--error);
color: var(--infoWarnFg);
border-radius: var(--radius);
> .link {
margin-left: 4px;

View File

@ -11,11 +11,12 @@ defineProps<{
</script>
<style lang="scss" scoped>
.jmgmzlwq {
.fpezltsf {
padding: 16px;
background: var(--infoRemoteBg);
color: var(--fg);
font-size: 0.85rem;
font-size: 90%;
background: var(--infoWarnBg);
color: var(--infoWarnFg);
border-radius: var(--radius);
> .link {
margin-left: 4px;

View File

@ -54,8 +54,6 @@
infoFg: '#fff',
infoWarnBg: '#42321c',
infoWarnFg: '#ffbd3e',
infoRemoteBg: 'rgba(71, 71, 71, 0.4)',
infoRemoteFg: 'rgba(150, 150, 150, 0.4)',
switchBg: 'rgba(255, 255, 255, 0.15)',
cwBg: '#687390',
cwFg: '#393f4f',

View File

@ -54,8 +54,6 @@
infoFg: '#72818a',
infoWarnBg: '#fff0db',
infoWarnFg: '#8f6e31',
infoRemoteBg: 'rgba(150, 150, 150, 0.4)',
infoRemoteFg: 'rgba(71, 71, 71, 0.4)',
switchBg: 'rgba(0, 0, 0, 0.15)',
cwBg: '#b1b9c1',
cwFg: '#fff',

View File

@ -56,8 +56,6 @@
fgOnAccent: '#26233a',
infoWarnBg: '#26233a',
infoWarnFg: '#f6c177',
infoRemoteBg: 'rgba(38, 35, 58, .2)',
infoRemoteFg: 'rgba(71, 71, 71, 0.4)',
navHoverFg: ':lighten<17<@fg',
dateLabelFg: '@fg',
inputBorder: 'rgba(255, 255, 255, 0.1)',

View File

@ -56,8 +56,6 @@
fgOnAccent: '#393552',
infoWarnBg: '#393552',
infoWarnFg: '#f6c177',
infoRemoteBg: 'rgba(57, 53, 82, .2)',
infoRemoteFg: 'rgba(150, 150, 150, 0.4)',
navHoverFg: ':lighten<17<@fg',
dateLabelFg: '@fg',
inputBorder: 'rgba(255, 255, 255, 0.1)',