add background to titles for better contrast
This commit is contained in:
parent
bfa57e3fc8
commit
8fc42a390b
1 changed files with 4 additions and 2 deletions
|
|
@ -47,6 +47,10 @@ main h1, main h2, main h3 {
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main h1 span, main h2 span, main h3 {
|
||||||
|
background-color: #000000b8;
|
||||||
|
}
|
||||||
|
|
||||||
main h1 {
|
main h1 {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
@ -183,14 +187,12 @@ figcaption {
|
||||||
font-family: segoesc;
|
font-family: segoesc;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 10%;
|
margin-left: 10%;
|
||||||
line-height: 0.8em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#interhack {
|
#interhack {
|
||||||
text-shadow: -5px 5px 0px var(--accent-orange), -10px 10px 0px var(--accent-violet);
|
text-shadow: -5px 5px 0px var(--accent-orange), -10px 10px 0px var(--accent-violet);
|
||||||
color: var(--accent-yellow);
|
color: var(--accent-yellow);
|
||||||
margin-right: 10%;
|
margin-right: 10%;
|
||||||
line-height: 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue