headline + support js/css injections
This commit is contained in:
parent
02a858b19e
commit
16ca89a0a2
3 changed files with 12 additions and 0 deletions
12
custom.css
12
custom.css
|
|
@ -15,6 +15,18 @@ body {
|
|||
background-color: rgba(0, 20, 40, 1.0);
|
||||
}
|
||||
|
||||
#header {
|
||||
padding-bottom: 3em;
|
||||
}
|
||||
|
||||
#header::after {
|
||||
content: "lost|traIn";
|
||||
font-size: 3.6em;
|
||||
font-weight: 700;
|
||||
opacity: 0.3;
|
||||
color: rgba(100, 255, 200, 0.5);
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
|
|||
0
data/main.js
Normal file
0
data/main.js
Normal file
0
data/style.css
Normal file
0
data/style.css
Normal file
Loading…
Reference in a new issue