This commit is contained in:
Philipp Dieter
2018-11-30 22:50:45 +01:00
commit baa56b6dc3
43 changed files with 1794 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
.topbar-header-site {
background: repeating-linear-gradient(
45deg,
transparent,
transparent 10px,
#008000 10px,
#008000 20px
),
linear-gradient(
to bottom,
#565656,
#151515
)
}

View File

@@ -0,0 +1,14 @@
.topbar-header-site {
background: repeating-linear-gradient(
45deg,
transparent,
transparent 10px,
#cc9900 10px,
#cc9900 20px
),
linear-gradient(
to bottom,
#565656,
#151515
)
}