diff --git a/lektor/lektordata/project/assets/static/style.css b/lektor/lektordata/project/assets/static/style.css index e474072..702d2d2 100644 --- a/lektor/lektordata/project/assets/static/style.css +++ b/lektor/lektordata/project/assets/static/style.css @@ -5,14 +5,26 @@ body { color: #5d5d5d; } +.navbar-nav .active a{ + color: #7f5e3c; +} + a { color: #b78c66; + text-decoration: none; } a:hover { color: #7f5e3c; } +th, td { + padding-left: 15px; + padding-right: 15px; + padding-top: 5px; + padding-bottom: 5px; +} + header, footer, div.page { width: 80%; margin: 0 auto; @@ -49,24 +61,25 @@ div.page { } header, footer { - font-size: 1vw; + font-size: 0.75vw; } + @media (max-width: 768px){ body { - font-size: 3vw; + font-size: 4vw; + } + header, footer { + font-size: 2vw; + } +} + +@media (min-width: 769px) and (max-width: 1024px){ + body { + font-size: 2.5vw; } header, footer { font-size: 1.75vw; } } -@media (max-width: 1024px){ - body { - font-size: 2.5vw; - } - header, footer { - font-size: 2.5vw; - } -} -