bugfix
All checks were successful
deploy to production / deploy (push) Successful in 55s

This commit is contained in:
2023-12-08 14:31:06 +00:00
parent bb4a9a2c55
commit 17917ddec5
8 changed files with 12 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ html {
background-color: black;
}
body {
color: #333 !important;
color: #343a40 !important;
height: 100%;
background-color: #f9f9f9;
}
@@ -27,6 +27,7 @@ a {
font-weight: 700;
color: inherit;
font-weight: normal;
cursor: pointer;
}
/* Tabellen */
@@ -56,11 +57,11 @@ button {
border: none;
cursor: pointer;
font-size: inherit;
color: #333;
color: #343a40;
}
input,
select {
color: #333;
color: #343a40;
width: 100%;
}
.underline {

View File

@@ -164,8 +164,8 @@
height: 1.8vw;
max-height: 25px;
border-radius: 15px;
border: 2px solid @signal-color;
color: @signal-color;
border: 2px solid #6b6868;
color: #6b6868;
background-color: @bg-color-secondary;
display: flex;
justify-content: center;

View File

@@ -20,6 +20,7 @@
<div class="icon">
<svg
stroke="{i == active ? '#5b6e98' : 'white'}"
fill="{i == active ? '#5b6e98' : 'white'}"
data-src="{apiBaseURL}medialib/{box?.icon}/{$mediaLibrary?.[box?.icon]?.file?.src}"></svg>
</div>
<div class="text">

View File

@@ -84,7 +84,6 @@
width: 100%;
background-color: @signal-color;
color: @font-color-secondary;
border: 2px solid @bg-color-secondary;
padding: 2px 15px;
font-weight: bold;
}