background

This commit is contained in:
Peter Maquiran
2021-12-07 15:03:19 +01:00
parent b6511f29d2
commit d4f44cb4a9
5 changed files with 7 additions and 7 deletions
@@ -105,7 +105,7 @@
.attach-title-item{ .attach-title-item{
width: 100%; width: 100%;
font-size: 15px; font-size: 15px;
color:#0d89d1; color:var(--title-text-color);
} }
/* SPAN */ /* SPAN */
.span-left{ .span-left{
@@ -105,7 +105,7 @@
.attach-title-item{ .attach-title-item{
width: 100%; width: 100%;
font-size: 15px; font-size: 15px;
color:#0d89d1; color:var(--title-text-color);
} }
/* SPAN */ /* SPAN */
.span-left{ .span-left{
@@ -105,7 +105,7 @@
.attach-title-item{ .attach-title-item{
width: 100%; width: 100%;
font-size: 15px; font-size: 15px;
color:#0d89d1; color:var(--title-text-color);
} }
/* SPAN */ /* SPAN */
.span-left{ .span-left{
@@ -168,7 +168,7 @@
.app-name{ .app-name{
background: #42b9f2; background: var(--title-text-color);
border-radius: 18px; border-radius: 18px;
text-align: center; text-align: center;
display: flex; display: flex;
@@ -172,7 +172,7 @@ ion-content{
.app-name{ .app-name{
background: #42b9f2; background: var(--title-text-color);
border-radius: 18px; border-radius: 18px;
text-align: center; text-align: center;
display: flex; display: flex;
@@ -105,7 +105,7 @@
.attach-title-item{ .attach-title-item{
width: 100%; width: 100%;
font-size: 15px; font-size: 15px;
color:#0d89d1; color:var(--title-text-color);
} }
/* SPAN */ /* SPAN */
.span-left{ .span-left{
@@ -168,7 +168,7 @@
.app-name{ .app-name{
background: #42b9f2; background: var(--title-text-color);
border-radius: 18px; border-radius: 18px;
text-align: center; text-align: center;
display: flex; display: flex;