Support for lexemes, decent etymology layer and theme with rudimentary icon

This commit is contained in:
Pieter Vander Vennet 2021-10-09 22:40:52 +02:00
parent 9726d85ad7
commit 9faac532b5
18 changed files with 611 additions and 270 deletions

View file

@ -33,6 +33,12 @@
text-decoration: none;
}
.disable-links .wikipedia-article a {
color: black !important;
background: none !important;
text-decoration: none;
}
.wikipedia-article p {
margin-bottom: 0.5rem;