diff options
author | StefanVukovic99 <stefanvukovic44@gmail.com> | 2024-06-20 19:27:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 17:27:02 +0000 |
commit | d2c930a94d6e445053bcb5e5bb629851165425fc (patch) | |
tree | 94ff7034e7d3ab36ed663f353aeb5486bd294d1c /test/data/dictionaries/valid-dictionary1/styles.css | |
parent | 1a866b3997310a04fc146b91eb47a59a3f049589 (diff) |
support css file in dictionaries (#1080)
* get styles in db
* get styles in settings
* use styles
* fix test
* scope
* fix comma separated
* escape dict name in css selector
* g regex
* get styles in anki
* fix tests
* more specificity
* whitespace
* test importing
* test handlebars
* add styles to glossary-first
Diffstat (limited to 'test/data/dictionaries/valid-dictionary1/styles.css')
-rw-r--r-- | test/data/dictionaries/valid-dictionary1/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/data/dictionaries/valid-dictionary1/styles.css b/test/data/dictionaries/valid-dictionary1/styles.css new file mode 100644 index 00000000..d375cede --- /dev/null +++ b/test/data/dictionaries/valid-dictionary1/styles.css @@ -0,0 +1,3 @@ +[data-sc-content='glossary'] { + color: #ffff00; +}
\ No newline at end of file |