style(settings modal): adjust font size per theme

This commit is contained in:
Tom (plebeius.eth)
2024-05-28 13:30:52 +02:00
parent e990cbe851
commit fdf5803890
2 changed files with 5 additions and 1 deletions
@@ -33,7 +33,7 @@
position: fixed;
z-index: 5;
padding: 2px;
font-size: 14px;
font-size: var(--settings-modal-font-size);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
background-color: var(--settings-modal-background-color);
border-top: var(--settings-modal-border-top);