Skip to content

Commit

Permalink
feat: add support for epub reader
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Sep 12, 2023
1 parent 7134f33 commit e44527b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file added bun.lockb
Binary file not shown.
13 changes: 13 additions & 0 deletions src/styles/epub.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@import './nord.scss';

[theme='dark'] replaced-body {
color: var(--nord4) !important;

section {
color: var(--nord4) !important;
}

a {
color: var(--nord10) !important;
}
}
3 changes: 1 addition & 2 deletions src/styles/tab.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// import { nord } from './nord'
@import './nord.scss';
@import './scrollbar.scss';

// * {
@import './epub.scss'; // * {
// background-color: var(--nord0) !important;
// }
[theme='dark'] {
Expand Down

0 comments on commit e44527b

Please sign in to comment.