Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rcvd committed Jan 30, 2022
1 parent 6bb83d4 commit 2c1bbf4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions things.css
Original file line number Diff line number Diff line change
Expand Up @@ -869,15 +869,15 @@ div[data-refs-self*='"card"'] {
color: var(--cl-white);
}

iframe {
#main-content-container iframe {
background-color: var(--cl-alabaster);
border-top: 1px solid var(--cl-gallery);
border-right: 1px solid var(--cl-gallery);
border-bottom: 1px solid var(--cl-gallery);
border-left: 1px solid var(--cl-gallery);
border-radius: 5px;
}
.dark-theme iframe, html[data-theme=dark] iframe {
.dark-theme #main-content-container iframe, html[data-theme=dark] #main-content-container iframe {
background-color: var(--cl-fadedblack);
border-top: 1px solid var(--cl-jungle);
border-right: 1px solid var(--cl-jungle);
Expand Down Expand Up @@ -3743,11 +3743,6 @@ a.tag {
width: 4px;
left: -1px;
}

#logseq-journals-calendar_iframe {
background: transparent;
border: none;
}
/* Remove tailwind formattings */
.text-sm {
font-size: 1em;
Expand Down

0 comments on commit 2c1bbf4

Please sign in to comment.