mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #459 from Textualize/expanded-css-hex-support
Support 3 and 4 character hex strings for colours
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
|
||||
.list-item {
|
||||
height: 8;
|
||||
background: darkblue;
|
||||
color: #12a0;
|
||||
background: #ffffff00;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user