File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors:
1010
1111# Textual 0.38.0 adds a syntax aware TextArea
1212
13- The is the second big feature release this month after last week's [ command palette] ( ./release0.37.0.md ) .
13+ This is the second big feature release this month after last week's [ command palette] ( ./release0.37.0.md ) .
1414
1515<!-- more -->
1616
@@ -58,7 +58,7 @@ If you do want to style something outside of the widget you can set `SCOPED_CSS=
5858## Light and Dark pseudo selectors
5959
6060We've also made a slight quality of life improvement to the CSS, by adding ` :light ` and ` :dark ` pseudo selectors.
61- This allows you to change styles depending on wether you have dark mode enabled or not.
61+ This allows you to change styles depending on whether you have dark mode enabled or not.
6262
6363This was possible before, just a little verbose.
6464Here's how you would do it in 0.37.0:
@@ -69,7 +69,7 @@ App.-dark-mode MyWidget Label {
6969}
7070```
7171
72- In 0.38.0 its a little more concise and readable:
72+ In 0.38.0 it's a little more concise and readable:
7373
7474``` css
7575MyWidget:dark Label {
You can’t perform that action at this time.
0 commit comments