theianjones / roam-research-themes

328 stars 155 forks source link

The "All Pages" view is not nicely catered for in the dark theme #5

Closed ybalkind closed 4 years ago

ybalkind commented 4 years ago

image

relates to https://roamresearch.com/#/app/nameofdb/search

isaacplmann commented 4 years ago

I added this rule:

/* rows */
.rm-pages-row:first-of-type,
.rm-pages-row-highlight {
    background-color: #2e3250 !important;
}

And modified this one:

a {
  color: #64b5f6 !important;
}

Now the All Pages view looks like this: Screen Shot 2020-05-25 at 10 08 37 AM

theianjones commented 4 years ago

Awesome @isaacplmann could you pr these changes? that looks great