mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-17 22:28:32 +01:00
Fix color of the code items
This commit is contained in:
parent
4a1374c978
commit
1768150fb1
@ -8,9 +8,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
.prose ul li code {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.bg-stripes {
|
||||
background-image: linear-gradient(45deg, var(--stripes-color) 12.5%, transparent 12.5%, transparent 50%, var(--stripes-color) 50%, var(--stripes-color) 62.5%, transparent 62.5%, transparent 100%);
|
||||
background-size: 5.66px 5.66px
|
||||
background-image: linear-gradient(
|
||||
45deg,
|
||||
var(--stripes-color) 12.5%,
|
||||
transparent 12.5%,
|
||||
transparent 50%,
|
||||
var(--stripes-color) 50%,
|
||||
var(--stripes-color) 62.5%,
|
||||
transparent 62.5%,
|
||||
transparent 100%
|
||||
);
|
||||
background-size: 5.66px 5.66px;
|
||||
}
|
||||
|
||||
.sponsor-footer {
|
||||
@ -21,5 +34,12 @@
|
||||
text-transform: uppercase;
|
||||
padding: 3px 10px;
|
||||
display: block;
|
||||
background: repeating-linear-gradient(-45deg, transparent, transparent 5px, hsla(0, 0%, 0%, .025) 5px, hsla(0, 0%, 0%, .025) 10px) hsla(203, 11%, 95%, .4);
|
||||
background: repeating-linear-gradient(
|
||||
-45deg,
|
||||
transparent,
|
||||
transparent 5px,
|
||||
hsla(0, 0%, 0%, 0.025) 5px,
|
||||
hsla(0, 0%, 0%, 0.025) 10px
|
||||
)
|
||||
hsla(203, 11%, 95%, 0.4);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user