rztikj
This commit is contained in:
parent
a0db933e51
commit
ab1706ed76
@ -10,7 +10,7 @@ body {
|
|||||||
.progress-bar {
|
.progress-bar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
background: #2a1a0b;
|
background: #5b3a1f;
|
||||||
border: 1px solid #8b6a3c;
|
border: 1px solid #8b6a3c;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
@ -126,6 +126,8 @@ body {
|
|||||||
background: rgba(255, 255, 255, 0.08);
|
background: rgba(255, 255, 255, 0.08);
|
||||||
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|
||||||
|
color: #2b1b0f; /* NEU */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tabs Content */
|
/* Tabs Content */
|
||||||
@ -191,3 +193,13 @@ body {
|
|||||||
#popup-title {
|
#popup-title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popup-content h3 {
|
||||||
|
font-family: "Tangerine", serif;
|
||||||
|
font-size: 30px;
|
||||||
|
color: #3b2412;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup-content p {
|
||||||
|
color: #3a2413;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user