15 lines
202 B
CSS
15 lines
202 B
CSS
.topbar-header-site {
|
|
background: repeating-linear-gradient(
|
|
45deg,
|
|
transparent,
|
|
transparent 10px,
|
|
#008000 10px,
|
|
#008000 20px
|
|
),
|
|
linear-gradient(
|
|
to bottom,
|
|
#565656,
|
|
#151515
|
|
)
|
|
}
|