mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
style(next): tweak the "Recent Changes" list
This commit is contained in:
parent
cf5e98bff5
commit
164b3df922
@ -200,10 +200,10 @@
|
|||||||
--calendar-day-hover-background: var(--active-item-background-color);
|
--calendar-day-hover-background: var(--active-item-background-color);
|
||||||
--calendar-day-highlight-background: #80808024;
|
--calendar-day-highlight-background: #80808024;
|
||||||
|
|
||||||
--timeline-bullet-color: gray;
|
--timeline-bullet-color: #a5a5a5;
|
||||||
--timeline-bullet-hover-color: white;
|
--timeline-bullet-hover-color: black;
|
||||||
--timeline-connector-color: #464646;
|
--timeline-connector-color: #f1f1f1;
|
||||||
--timeline-connector-active-color: #47403b;
|
--timeline-connector-active-color: #ddd;
|
||||||
|
|
||||||
--tooltip-background-color: rgba(255, 255, 255, 0.85);
|
--tooltip-background-color: rgba(255, 255, 255, 0.85);
|
||||||
--tooltip-foreground-color: #000000ba;
|
--tooltip-foreground-color: #000000ba;
|
||||||
@ -346,7 +346,7 @@
|
|||||||
--timeline-bullet-color: gray;
|
--timeline-bullet-color: gray;
|
||||||
--timeline-bullet-hover-color: white;
|
--timeline-bullet-hover-color: white;
|
||||||
--timeline-connector-color: #464646;
|
--timeline-connector-color: #464646;
|
||||||
--timeline-connector-active-color: #47403b;
|
--timeline-connector-active-color: #545454;
|
||||||
|
|
||||||
--tooltip-background-color: rgba(67, 67, 67, 0.86);
|
--tooltip-background-color: rgba(67, 67, 67, 0.86);
|
||||||
--tooltip-foreground-color: #ffffffeb;
|
--tooltip-foreground-color: #ffffffeb;
|
||||||
@ -1220,6 +1220,10 @@ body .calendar-dropdown-widget .calendar-body a:hover {
|
|||||||
* Recent changes list
|
* Recent changes list
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.recent-changes-content small {
|
||||||
|
color: var(--muted-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
.recent-changes-content > div {
|
.recent-changes-content > div {
|
||||||
padding-left: var(--timeline-left-gap);
|
padding-left: var(--timeline-left-gap);
|
||||||
}
|
}
|
||||||
@ -1230,7 +1234,6 @@ body .calendar-dropdown-widget .calendar-body a:hover {
|
|||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.recent-changes-content ul {
|
.recent-changes-content ul {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user