Cosmetics updates

pull/4591/head
Cagatay Civici 2023-10-10 14:59:58 +03:00
parent 35a21f9351
commit 5674e47a35
13 changed files with 2879 additions and 2878 deletions

View File

@ -356,7 +356,7 @@ pre[class*="language-"] {
.layout-light { .layout-light {
pre[class*="language-"] { pre[class*="language-"] {
code { code {
background: #475569 !important; background: var(--surface-700) !important;
} }
} }
} }

View File

@ -10,7 +10,7 @@
.layout-light { .layout-light {
.card { .card {
background: var(--surface-ground); background: var(--surface-card);
border: 1px solid var(--surface-border); border: 1px solid var(--surface-border);
padding: 2rem; padding: 2rem;
border-radius: 10px; border-radius: 10px;

View File

@ -7,7 +7,7 @@ body {
min-height: 100%; min-height: 100%;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
background-color: var(--surface-section); background-color: var(--surface-ground);
font-weight: normal; font-weight: normal;
color: var(--text-color); color: var(--text-color);
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;

View File

@ -175,6 +175,7 @@
.px-link { .px-link {
padding: 0.25rem 1rem 0.25rem 1rem; padding: 0.25rem 1rem 0.25rem 1rem;
color: var(--surface-800); color: var(--surface-800);
font-weight: 400;
white-space: nowrap; white-space: nowrap;
min-width: 0; min-width: 0;
overflow: hidden; overflow: hidden;

View File

@ -96,7 +96,7 @@
color: var(--surface-700); color: var(--surface-700);
border-left: 1px solid var(--surface-border); border-left: 1px solid var(--surface-border);
transition: all .2s; transition: all .2s;
font-weight: 400; font-weight: 450;
display: flex; display: flex;
padding: .5rem .5rem .5rem 1rem; padding: .5rem .5rem .5rem 1rem;
color: var(--surface-700); color: var(--surface-700);

View File

@ -1,6 +1,6 @@
.layout-dark { .layout-dark {
--home-highlight-color:#14B8A6; --home-highlight-color:#10b981;
--home-highlight-darker-color:#0D9488; --home-highlight-darker-color:#059669;
--home-highlight-fore-color:#ffffff; --home-highlight-fore-color:#ffffff;
--home-bg:#111827; --home-bg:#111827;
--home-border-color:#424b57; --home-border-color:#424b57;

View File

@ -1,6 +1,6 @@
.layout-light { .layout-light {
--home-highlight-color:#14B8A6; --home-highlight-color:#10b981;
--home-highlight-darker-color:#0D9488; --home-highlight-darker-color:#059669;
--home-highlight-fore-color:#ffffff; --home-highlight-fore-color:#ffffff;
--home-bg:#F9FAFB; --home-bg:#F9FAFB;
--home-border-color:rgba(0,0,0,.1); --home-border-color:rgba(0,0,0,.1);

View File

@ -133,9 +133,9 @@ export default {
label: 'Income', label: 'Income',
data: [40, 59, 40, 50, 56, 40, 70], data: [40, 59, 40, 50, 56, 40, 70],
fill: true, fill: true,
borderColor: '#14B8A6', borderColor: '#10b981',
tension: 0.4, tension: 0.4,
backgroundColor: 'rgba(20, 184, 166, .2)' backgroundColor: 'rgba(16, 185, 129, .2)'
} }
] ]
}, },

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff