From 73d0bec16a8e1ceb4fe0615578dcf3c3c0a16c46 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Fri, 24 Jul 2026 12:29:44 -0400 Subject: [PATCH] Updated some styles --- assets/styles/kourend.sass | 16 +++++++++++----- templates/benchmark/list.tmpl | 2 +- templates/hardware/list.tmpl | 2 +- templates/test/list.tmpl | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/assets/styles/kourend.sass b/assets/styles/kourend.sass index c3598c7..07efa37 100644 --- a/assets/styles/kourend.sass +++ b/assets/styles/kourend.sass @@ -1,3 +1,7 @@ +$primary-color: #ff3300 +$primary-color-dark: darken($primary-color, 10%) + +@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap') html, body width: 100% @@ -12,18 +16,20 @@ body padding-top: 80px padding-bottom: 100px background: #eee + font-family: "Roboto", sans-serif + font-optical-sizing: auto a - color: teal + color: $primary-color transition: color 180ms ease-in-out &:hover - color: darkcyan + color: $primary-color-dark button.button-primary - background: teal + background: $primary-color transition: background 180ms ease-in-out &:hover - background: darkcyan + background: $primary-color-dark textarea max-width: 100% @@ -89,7 +95,7 @@ table tbody tr left: 0 width: 100% height: 64px - background: teal + background: $primary-color color: white z-index: 20 diff --git a/templates/benchmark/list.tmpl b/templates/benchmark/list.tmpl index e32b0d4..6c96ad4 100644 --- a/templates/benchmark/list.tmpl +++ b/templates/benchmark/list.tmpl @@ -1,7 +1,7 @@ {{ template "header" . }}
-

Benchmark

+

List of benchmarks

Add new benchmark diff --git a/templates/hardware/list.tmpl b/templates/hardware/list.tmpl index 33da829..3a0a04f 100644 --- a/templates/hardware/list.tmpl +++ b/templates/hardware/list.tmpl @@ -1,7 +1,7 @@ {{ template "header" . }}
-

Hardware

+

List of hardware

Add new hardware
diff --git a/templates/test/list.tmpl b/templates/test/list.tmpl index 526b752..91845f8 100644 --- a/templates/test/list.tmpl +++ b/templates/test/list.tmpl @@ -1,7 +1,7 @@ {{ template "header" . }}
-

Tests

+

List of tests

Create a new test