update header
All checks were successful
ci/woodpecker/deployment/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-12-29 13:43:36 +01:00
parent 047e3f915a
commit 317412626c
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -331,12 +331,22 @@ pre[class*="language-"] {
margin: auto;
text-align: center;
z-index: 1000;
p, ul {
background: rgba(255, 255, 255, 0.7);
padding: 7px 15px;
border-radius: 20px;
text-shadow: none;
color: #333;
display: inline-block;
margin: auto;
}
}
.header-shadow {
width: 100%;
height: 10px;
background: rgb(0,0,0);
background: rgb(0, 0, 0);
background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(255,255,255,0) 100%);
}
@ -409,11 +419,14 @@ pre[class*="language-"] {
}
a {
color: $color-header-text !important;
// color: $color-header-text !important;
color: #222;
font-weight: bold;
&:focus {
color: $color-blue !important;
background: $color-white;
// color: $color-blue !important;
// background: $color-white;
text-decoration: underline;
}
}