diff --git a/src/dergstyle.css b/src/dergstyle.css index 1c31397..9001622 100644 --- a/src/dergstyle.css +++ b/src/dergstyle.css @@ -1,42 +1,14 @@ body { - color: #B0B0B0; - background: #302A3F; -} - -:link { - color: cyan; - font-style: italic; - text-decoration: none; - - transition: color 0.2s; -} -:link:hover { - color: lightblue; -} - -ul { - display: flex; - flex-direction: row; - justify-content: center; - - list-style-type: none; - margin-top: 1em; - padding: 0px; -} -ul li { - padding: 0em 0.3em 0em 0.3em; + color: #ddd; + background: #151515; } #big_title { text-align: center; - font-size: 2.5em; - margin-bottom: 0.2em; + margin-bottom: 0.3em; } #title_separator { - height: 1.5px; + height: 2px; background-color: #ddd; - opacity: 0.5; - margin-left: 2em; - margin-right: 2em; } diff --git a/templates/index.html b/templates/index.html index b4bf20f..53bde4e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,23 +9,7 @@
- -