From 4308cc672191577ef74679bfeefec914c5d21a73 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 17 Oct 2021 20:20:24 +0200 Subject: [PATCH] Remove rounded corners and box shadows. These announce a design ambition, but hey I don't know how to do that properly :D --- content/css/default.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/content/css/default.css b/content/css/default.css index 44ec99e..c14654d 100644 --- a/content/css/default.css +++ b/content/css/default.css @@ -14,7 +14,6 @@ body { border-style: solid; border-style: gray; border-width: 2px; - border-radius: 10px; margin: 0 auto; width: 900px; padding: 15px; @@ -24,7 +23,6 @@ body { background-color: lightcyan; border-style: solid; border-width: 2px; - border-radius: 10px; margin: 0 auto 5px auto; width: 905px; @@ -32,8 +30,6 @@ body { display: flex; justify-content: space-between; - - box-shadow: 0px 0px 8px #888888 inset; } img.me { @@ -82,9 +78,7 @@ table.quicklinks { h2 { background-color: lightcyan; padding: 10px; - border-radius: 5px; margin-top: 30px; - box-shadow: 0px 0px 8px #888888 inset; } h3 { @@ -140,8 +134,6 @@ h1.title { pre.example { padding: 8px 5px 8px 30px; background-color: cornsilk; - border-radius: 5px; - box-shadow: 0px 0px 8px #888888 inset; }