Bilder hinzugefügt, Events angefangen zu reparieren

This commit is contained in:
R40fendt
2025-04-04 22:00:27 +02:00
parent 1b31a84e18
commit e7c3946101
1353 changed files with 512 additions and 33 deletions

View File

@@ -34,8 +34,8 @@ img,
.video-wrapper {
overflow: hidden;
}
body {
font-family: var(--display1-font, 'Inter Tight');
body, #app {
font-family: 'Inter Tight';
background: color-mix(in srgb, $dominant-color 10%, transparent);
}
@@ -607,7 +607,7 @@ a.text-black:focus,
a.text-black.active {
color: color-mix(in srgb,#232323,#000 20%);
}
body[data-underlined-links="true"] a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption){
body[data-underlined-links="true"] #app a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption){
transition: 0.2s;
position: relative;
background-image: linear-gradient(currentColor 50%, currentColor 50%);
@@ -615,7 +615,7 @@ body[data-underlined-links="true"] a[class*="text-"]:not(.nav-link):not(.dropdow
background-repeat: no-repeat;
background-position: 0 1.2em;
}
body[data-underlined-links="false"] a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption){
body[data-underlined-links="false"] #app a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption){
position: relative;
background-image: transparent;
background-size: 10000px 2px;
@@ -623,12 +623,12 @@ body[data-underlined-links="false"] a[class*="text-"]:not(.nav-link):not(.dropdo
background-position: 0px 1.2em;
background-position: -10000px 1.2em;
}
body[data-underlined-links="false"] a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover{
body[data-underlined-links="false"] #app a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover{
transition: background-position 2s ease-in-out;
background-image: linear-gradient(currentColor 50%, currentColor 50%);
background-position: 0px 1.2em;
}
body[data-is-rounded-buttons="true"] .nav-tabs .nav-link {
body[data-is-rounded-buttons="true"] #app .nav-tabs .nav-link {
border-radius: 100px !important;
}
.nav-tabs .nav-link.active {
@@ -770,7 +770,7 @@ iframe.lazy-placeholder,
section.lazy-placeholder:after {
opacity: 0.5;
}
body, html {
body, html, #app {
overflow-x: hidden;
}
a {