diff --git a/static/css/base.css b/static/css/base.css index 6d0c1c4..2f0c529 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -1,5 +1,6 @@ a { - color: #1e88e5; + color: #E0E0E0; + font-weight: 600; text-decoration: none; } @@ -8,7 +9,7 @@ a > h2 { } body { - background-color: black; + background-color: #212121; 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 index 3d23e64..a592cd5 100644 --- a/static/css/frontpage.css +++ b/static/css/frontpage.css @@ -1,5 +1,5 @@ code { - background-color: #212121; + background-color: #424242; padding: 2px; border-radius: 4px; font-size: 0.9em;