diff --git a/public/css/index.css b/public/css/index.css index 5d93a47..76d049a 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -2,8 +2,8 @@ --color-gray-20: #e0e0e0; --color-gray-50: #C0C0C0; --color-gray-90: #002b36; - --sidebar-width: 280px; - --main-width: 800px; + --sidebar-width: 260px; + --main-width: 780px; /* --text-color is assigned to --color-gray-_ above */ --text-color-link: #4c2512; @@ -318,7 +318,7 @@ iframe { display: none; } -@media screen and (max-width: 1400px) { +@media screen and (max-width: 1300px) { .wrapper { margin-left: var(--sidebar-width); position: relative; @@ -445,6 +445,6 @@ tr, th, td { } th, td { - background-color: rgba(0,0,0,0.05); + background-color: #eee8d5; padding:.33rem .66rem; } \ No newline at end of file