Added background image to repo header

This commit is contained in:
Sasha Koshka 2022-08-09 12:50:11 -04:00 committed by emma
parent 78be7a46b2
commit b816cf3390
1 changed files with 13 additions and 0 deletions

View File

@ -16,6 +16,7 @@
:root {
--is-dark-theme: true;
--textured-background: url("https://tebibyte.media/blog/assets/tib_bg.jpg");
--color-primary: hsl(0, 80%, 40%);
--color-primary-dark-1: hsl(0, 80%, 38%);
--color-primary-dark-2: hsl(0, 80%, 36%);
@ -300,6 +301,18 @@ a.ui.basic.green.label:hover {
background-color: hsl(0, 20%, 13%) !important;
}
.header-wrapper {
background: var(--textured-background);
}
.repo-header {
background-color: hsla(0, 20%, 13%, .30);
border: 1px solid var(--color-primary-dark-6);
border-radius: .28571429rem;
padding: 1rem;
backdrop-filter: blur(10px);
}
.overflow.menu .items .item {
color: #9d9d9d;
}