Skip to content

Commit

Permalink
chore: keep only used colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex-82 committed Aug 19, 2024
1 parent 17117ab commit 045b8e9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
23 changes: 23 additions & 0 deletions client/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,29 @@ html {
sans-serif;

font-size: 1em;

--pico-color-indigo-750: #2f2f92;
--pico-color-indigo-550: #655cd6;
--pico-color-indigo-400: #9486e1;
--pico-color-indigo-250: #bdb2ec;
--pico-color-indigo-100: #e5e0f4;
--pico-color-amber-550: #876400;
--pico-color-amber-400: #b78800;
--pico-color-amber-250: #e8ae01;
--pico-color-pumpkin-750: #593100;
--pico-color-pumpkin-450: #bf6e00;
--pico-color-sand-550: #6e6a60;
--pico-color-sand-400: #959082;
--pico-color-sand-200: #ccc6b4;
--pico-color-sand-100: #e8e2d2;
--pico-color-grey-200: #c6c6c6;
--pico-color-grey-150: #d4d4d4;
--pico-color-zinc-550: #646b79;
--pico-color-slate-900: #181c25;
--pico-color-slate-850: #202632;
--pico-color-slate-800: #2a3140;
--pico-color-slate-750: #333c4e;
--pico-color-slate-550: #5d6b89;
}

@media only screen and (prefers-color-scheme: dark) {
Expand Down
4 changes: 0 additions & 4 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.slate.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.colors.min.css"
/>
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
Expand Down

0 comments on commit 045b8e9

Please sign in to comment.