Skip to content

Commit

Permalink
Add footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jung committed Oct 28, 2024
1 parent 2fc7a68 commit 5821762
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frameworks/termentry/css/termentry.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
font-size: 10pt;
}


/*********************************************
* Dark Theme
*********************************************/
Expand Down Expand Up @@ -217,6 +216,14 @@
text-decoration-style: solid;*/
width: 768px;
}
*[class~="termentry/termentry"]:after {
content: "org.jung.terminology is developed with ♥️ by Stefan Jung";
link: url('https://stefan-jung.org/plugins/terminology');
display: block;
text-align: right;
margin-top: 20px;
font-size: 9px;
}
*[class~="termentry/termentry"] > *[class~="topic/title"] {
-oxy-display-tags: none;
-oxy-placeholder-content: '${i18n(term.title)}';
Expand Down

0 comments on commit 5821762

Please sign in to comment.