diff --git a/dist/index.html b/dist/index.html index 186acc4..e0f199c 100644 --- a/dist/index.html +++ b/dist/index.html @@ -3,16 +3,19 @@ src: url(/res/merriweather-regular.ttf); } + body { font-family: merriweather; - background-color: black; + background-color: #141013; height: 100%; padding: 5px; + line-height: 1.75em; } main { - padding: 10px; - background-color: white; + border-radius: 15px; + padding: 15px; + background-color: #ffeedd; margin: auto; max-width: 750px; } @@ -26,13 +29,59 @@ main { left: 0; z-index: -9999; } + +table { + margin-left: auto; + margin-right: auto; +} + +table, th, td { + padding: 5px; + border: 3px solid black; + border-style: solid; + border-collapse: collapse; + /* text-align: center; */ + align-content: center; +} + +a { + color: #df3e23; + font-style: italic; + text-decoration: none; +} + +a:visited { + color: #df3e23; + font-style: italic; + text-decoration: none; +} + +h1:before { + content: "> "; +} + +h2:before { + content: "=> "; +} +