larger text on topbar.

This commit is contained in:
Christoph Haas 2025-05-14 22:21:41 +02:00
parent 74fb99b2c5
commit 36e5187f1e
3 changed files with 14 additions and 2 deletions

View file

@ -7113,7 +7113,7 @@ a.black {
left: 50%;
padding: 20px;
transform: translate(-50%, -50%);
background: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.7);
text-align: center;
color: #fff;
text-align: center;
@ -7201,6 +7201,11 @@ a.black {
height: 1.5em;
}
.menu .menu-text {
font-size: 1.4rem;
line-height: 2rem;
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
--pswp-bg: #000;

View file

@ -104,6 +104,8 @@ $global-color-pick-contrast-tolerance: 0;
$print-transparent-backgrounds: true;
$print-hrefs: true;
$menu-text-font-size: 3.875rem !default;
@include add-foundation-colors;
// 2. Breakpoints

View file

@ -536,7 +536,7 @@ a.black
padding: 20px;
transform: translate(-50%, -50%);
background: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.7);
text-align: center;
color: #fff;
@ -630,4 +630,9 @@ a.black
.icon {
width: 1.5em;
height: 1.5em;
}
.menu .menu-text {
font-size: 1.4rem;
line-height: 2;
}