diff --git a/static/css/styles2.css b/static/css/styles2.css index 53d71581..5c2ff659 100644 --- a/static/css/styles2.css +++ b/static/css/styles2.css @@ -10,12 +10,16 @@ .wrapper > * { /* border: 2px solid #f08c00; */ padding: 5px; - } + } + + a { + text-decoration: none; + color: #1c75bc; + } nav ul { list-style: none; margin: 0; - padding: 0; display: flex; justify-content: space-between; } @@ -35,11 +39,23 @@ user ul { list-style: none; margin: 0; - padding: 0; + padding: 0.2em 0.0em 0.2em 0.0em; display: flex; justify-content: flex-end; } + user a i { + color: #1c75c; + } + + nav a { + color: white; + } + + nav a i { + color: white; + } + .main-head { grid-area: header; } diff --git a/templates/newbase.html b/templates/newbase.html index a7487d43..c8d1bb67 100644 --- a/templates/newbase.html +++ b/templates/newbase.html @@ -114,38 +114,38 @@