COLORS
This commit is contained in:
parent
8e1e90761b
commit
4146352697
@ -6,7 +6,7 @@
|
|||||||
[data-theme='light'] {
|
[data-theme='light'] {
|
||||||
--text-color: #000000;
|
--text-color: #000000;
|
||||||
--bg-color: #e9e9e9;
|
--bg-color: #e9e9e9;
|
||||||
--hover-bg-color: #e0e0e0;
|
--hover-bg-color: #d0d0d0;
|
||||||
--separator-line-color: #a0a0a0;
|
--separator-line-color: #a0a0a0;
|
||||||
--low-emphasis-text-color: #6b6b6b;
|
--low-emphasis-text-color: #6b6b6b;
|
||||||
--primary-color: #1F96F3;
|
--primary-color: #1F96F3;
|
||||||
|
|||||||
@ -69,7 +69,8 @@
|
|||||||
<div class="right-border top-border inline-block {wideScreen.current ? 'w-1/3' : 'w-full'}">
|
<div class="right-border top-border inline-block {wideScreen.current ? 'w-1/3' : 'w-full'}">
|
||||||
{#each data.postings as posting}
|
{#each data.postings as posting}
|
||||||
<button
|
<button
|
||||||
class="bottom-border left-border block w-full p-4 text-left {details?.id === posting.id
|
class="bottom-border left-border block w-full p-4 text-left {details?.id ===
|
||||||
|
posting.id && wideScreen.current
|
||||||
? 'accent-bg-color'
|
? 'accent-bg-color'
|
||||||
: 'hover-bg-color'}"
|
: 'hover-bg-color'}"
|
||||||
onclick={() => {
|
onclick={() => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user