diff --git a/css/poduptime.css b/css/poduptime.css index 753140fc9d32db306a080d5450d1de7a575458e4..aab0d2e1f911d5663f113c31271ede121cfb3d4e 100644 --- a/css/poduptime.css +++ b/css/poduptime.css @@ -1,3 +1,45 @@ +@import url("/node_modules/typeface-roboto/index.css"); + +body { + font-family: 'Roboto', sans-serif; + font-weight: 400; + --blue: #4b6588; + --grey: #cecaa7; + --green: #A07614; +} + +.bg-blue { + background-color: var(--blue) !important; +} + +.blue { + color: var(--blue); +} + +.bg-green { + background-color: var(--green); +} + +.green { + color: var(--green); +} + +.bg-grey { + background-color: var(--grey); +} + +.grey { + color: var(--grey); +} + +a { + color: var(--blue); +} + +.tablesorter-header { + background-color: var(--grey) !important; +} + .main { padding: 5px; } diff --git a/index.php b/index.php index 5b866ea5942fbba3b77c88baa35597415ec711cf..13aac10f5ca30c14879840a8ebecc26f83993c3b 100644 --- a/index.php +++ b/index.php @@ -63,11 +63,11 @@ $navs = [ ]; ?>
-