mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2026-04-06 01:25:18 +00:00
colors
This commit is contained in:
parent
cf0832ebe3
commit
eb4ed548f0
@ -238,7 +238,7 @@ const connectorColor = (index) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.roadmap-legend-dot--done {
|
.roadmap-legend-dot--done {
|
||||||
background: #059669;
|
background: #eab308;
|
||||||
}
|
}
|
||||||
|
|
||||||
.roadmap-legend-dot--in-progress {
|
.roadmap-legend-dot--in-progress {
|
||||||
@ -246,7 +246,7 @@ const connectorColor = (index) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.roadmap-legend-dot--planned {
|
.roadmap-legend-dot--planned {
|
||||||
background: #86efac;
|
background: #059669;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* === Timeline === */
|
/* === Timeline === */
|
||||||
@ -301,8 +301,8 @@ const connectorColor = (index) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.roadmap-marker--done {
|
.roadmap-marker--done {
|
||||||
background: #059669;
|
background: #eab308;
|
||||||
border: 3px solid #059669;
|
border: 3px solid #eab308;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -329,7 +329,7 @@ const connectorColor = (index) => {
|
|||||||
|
|
||||||
.roadmap-marker--planned {
|
.roadmap-marker--planned {
|
||||||
background: var(--vp-c-bg, #fff);
|
background: var(--vp-c-bg, #fff);
|
||||||
border: 3px solid #86efac;
|
border: 3px solid #059669;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* === Inhalt === */
|
/* === Inhalt === */
|
||||||
@ -361,8 +361,8 @@ const connectorColor = (index) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.roadmap-content-badge--done {
|
.roadmap-content-badge--done {
|
||||||
background: #d1fae5;
|
background: #fef9c3;
|
||||||
color: #065f46;
|
color: #854d0e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.roadmap-content-badge--in-progress {
|
.roadmap-content-badge--in-progress {
|
||||||
@ -371,8 +371,8 @@ const connectorColor = (index) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.roadmap-content-badge--planned {
|
.roadmap-content-badge--planned {
|
||||||
background: #ecfdf5;
|
background: #d1fae5;
|
||||||
color: #047857;
|
color: #065f46;
|
||||||
}
|
}
|
||||||
|
|
||||||
.roadmap-content-description {
|
.roadmap-content-description {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user