diff --git a/css/nav.css b/css/nav.css index 3d76552..83617f1 100644 --- a/css/nav.css +++ b/css/nav.css @@ -7,7 +7,7 @@ nav { nav a, nav h1, nav label { text-align: left; - padding: 14px 16px; + padding: 8px 10px; text-decoration: none; } @@ -17,8 +17,8 @@ nav a, nav h1, nav label { @media screen and (min-width: 600px){ #hamitems a:hover, #hamitems a[aria-current="true"], #hamitems:hover a[aria-current="true"]:hover { - background-color: white; - color: black; + background-color: #303030; + color: white; } #hamitems:hover a[aria-current="true"] { diff --git a/css/style.css b/css/style.css index a49b04f..b124ce6 100644 --- a/css/style.css +++ b/css/style.css @@ -20,6 +20,26 @@ body { main { max-width: 100vw; + background-color: #303030; + color: white; +} + +.w3-card { + background-color: #202020; + box-shadow: 0 2px 5px 0 black; +} + +th { + background-color: #080808; +} + +td { + background-color: #202020; +} + +input, select, textarea { + background-color: #303030; + color: white; } img.clickable { diff --git a/images/actions/instance/add-instance.svg b/images/actions/instance/add-instance.svg deleted file mode 100644 index 2f4edd5..0000000 --- a/images/actions/instance/add-instance.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file