Profile background style

main
Bob Mottram 2020-11-13 14:48:48 +00:00
parent 7f5ee37fad
commit dc79eb50c1
1 changed files with 3 additions and 2 deletions

View File

@ -292,7 +292,8 @@ a:focus {
.profileHeader figcaption {
width: 100%;
background-color: #141414;
background-color: var(--main-bg-color);
color: var(--main-fg-color);
padding: 25px;
position: relative;
}
@ -306,7 +307,7 @@ a:focus {
height: 0;
border-style: solid;
border-width: 55px 0 0 400px;
border-color: transparent transparent transparent #141414;
border-color: transparent transparent transparent var(--main-bg-color);
}
.rssfeed img {