Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 296ef3a

Browse files
authored
Merge pull request #95 from joelostblom/patch-1
Add !important-tags for custom.css
2 parents 91de1d8 + 22ffbb7 commit 296ef3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ If you would like to customize the design, create a your `custom.css` at `~/.jup
124124
```css
125125
/* Jupyter cell is in normal mode when code mirror */
126126
.edit_mode .cell.selected .CodeMirror-focused.cm-fat-cursor {
127-
background-color: #F5F6EB;
127+
background-color: #F5F6EB !important;
128128
}
129129
/* Jupyter cell is in insert mode when code mirror */
130130
.edit_mode .cell.selected .CodeMirror-focused:not(.cm-fat-cursor) {
131-
background-color: #F6EBF1;
131+
background-color: #F6EBF1 !important;
132132
}
133133
```
134134

0 commit comments

Comments
 (0)