secondary color

This commit is contained in:
Alejandro Gomez 2023-02-05 22:51:56 +01:00
parent eb7dc0dcb9
commit 04212285b4
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
2 changed files with 3 additions and 3 deletions

View File

@ -161,7 +161,6 @@
color: var(--highlight);
}
.light .indented .active {
background-color: var(--gray-secondary);
}
@ -181,6 +180,7 @@
.light .note.active>.footer>.reaction-pill.reacted {
color: var(--highlight);
}
.note-expand .body {
max-height: 300px;
overflow-y: hidden;

View File

@ -3,7 +3,7 @@
:root {
--bg-color: #000;
--font-color: #FFF;
--font-secondary-color: #555;
--font-secondary-color: #7B7B7B;
--font-tertiary-color: #666;
--font-size: 16px;
--font-size-small: 14px;
@ -33,7 +33,7 @@
html.light {
--bg-color: #F1F1F1;
--font-color: #57534E;
--font-secondary-color: #B9B9B9;
--font-secondary-color: #7B7B7B;
--font-tertiary-color: #F3F3F3;
--highlight-light: #16AAC1;