0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Merge pull request #4478 from 5e-Cleric/fix-footer-text

Add uppercase style to footnotes
This commit is contained in:
Trevor Buckner
2025-10-15 17:14:32 -04:00
committed by GitHub

View File

@@ -418,6 +418,7 @@
color : var(--HB_Color_Footnotes);
}
.footnote {
text-transform: uppercase;
position : absolute;
right : 80px;
bottom : 32px;