Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Dec 29, 2023
1 parent 5cf627d commit 76e7827
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/usage/themes/custom-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ div#thetext {

### Hide the frame borders

The reading page has frames for the content and the form and dictionaries. Hide the borders with this:

```
#read_pane_right::after {
background-color: transparent;
Expand All @@ -91,6 +93,12 @@ div#thetext {
}
```

### Vertical text for Japanese

```
div#thetext {writing-mode: vertical-rl;}
```

### Why would you ever do this?

```
Expand Down

0 comments on commit 76e7827

Please sign in to comment.