headline + support js/css injections

This commit is contained in:
Dooho Yi 2021-01-06 02:38:08 +09:00
parent 02a858b19e
commit 16ca89a0a2
3 changed files with 12 additions and 0 deletions

View file

@ -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
View file

0
data/style.css Normal file
View file