Nightly: Einheitliche Tab-Schriftgröße (.875rem) über alle Themes

This commit is contained in:
vibe-bot 2025-08-09 02:58:48 +02:00
parent d9a450f06a
commit 869f005ccb

View file

@ -640,6 +640,7 @@ header p {
border-radius: 0.5rem; border-radius: 0.5rem;
background: #374151; /* bg-gray-700 */ background: #374151; /* bg-gray-700 */
color: #ffffff; color: #ffffff;
font-size: .875rem; /* einheitliche Schriftgröße wie andere Themes */
font-weight: 700; font-weight: 700;
border: none; border: none;
transition: background-color .2s ease, transform .2s ease; transition: background-color .2s ease, transform .2s ease;