mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2026-04-06 01:25:18 +00:00
fix line strength
This commit is contained in:
parent
8a4c4ba26f
commit
636dd3ab03
@ -302,6 +302,7 @@ const connectorColor = (index) => {
|
||||
|
||||
.roadmap-marker--done {
|
||||
background: #059669;
|
||||
border: 3px solid #059669;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
@ -309,6 +310,7 @@ const connectorColor = (index) => {
|
||||
|
||||
.roadmap-marker--in-progress {
|
||||
background: #6366f1;
|
||||
border: 3px solid #6366f1;
|
||||
box-shadow: 0 0 0 5px rgba(99, 102, 241, 0.2);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user