diff --git a/static/css/base.css b/static/css/base.css index adb3766..6d0c1c4 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -3,13 +3,14 @@ a { text-decoration: none; } -p { - font-size: 18px; +a > h2 { + color: white; } body { background-color: black; color: white; + font-size: 18px; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif; } diff --git a/static/css/frontpage.css b/static/css/frontpage.css new file mode 100644 index 0000000..3d23e64 --- /dev/null +++ b/static/css/frontpage.css @@ -0,0 +1,6 @@ +code { + background-color: #212121; + padding: 2px; + border-radius: 4px; + font-size: 0.9em; +} \ No newline at end of file diff --git a/views/frontpage.hbs b/views/frontpage.hbs index eb77c93..1723845 100644 --- a/views/frontpage.hbs +++ b/views/frontpage.hbs @@ -27,7 +27,7 @@
  • Images and videos (gifv, mp4)
  • Albums
  • Streaming
  • -
  • Pretty CSS styling (responsive?)
  • +
  • Pretty CSS styling (responsive!)
  • Logo
  • diff --git a/views/partials/header.hbs b/views/partials/header.hbs index 1876117..1056de0 100644 --- a/views/partials/header.hbs +++ b/views/partials/header.hbs @@ -1,4 +1,8 @@ \ No newline at end of file