From 582a54617ee7bfd8c1545c1b6e9476f9085a9c6d Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Fri, 7 Apr 2023 00:12:29 -0400 Subject: [PATCH] Edited some styles --- assets/sass/sentry.sass | 24 +++++++++++++++++------- assets/twig/layout.twig | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/assets/sass/sentry.sass b/assets/sass/sentry.sass index 69973c0..7d64f94 100644 --- a/assets/sass/sentry.sass +++ b/assets/sass/sentry.sass @@ -1,5 +1,11 @@ $tab-bar-height: 50px +$primary-color: #009688 +$primary-color-light: lighten($primary-color, 10%) +$primary-color-dark: darken($primary-color, 10%) + +$default-transition: all 230ms ease-in-out + body margin: 0 padding: $tab-bar-height 0 90px @@ -7,20 +13,20 @@ body font-size: 18px a - color: cornflowerblue - transition: all 200ms ease-in-out + color: $primary-color + transition: $default-transition &:hover - color: darken(cornflowerblue, 10%) + color: $primary-color-light input - transition: all 200ms ease-in-out + transition: $default-transition input[type=submit], button background-color: cornflowerblue color: #f0f0f0 - transition: all 200ms ease-in-out + transition: $default-transition &:hover background-color: darken(cornflowerblue, 10%) @@ -69,9 +75,10 @@ button color: #212121 font-size: 2rem font-weight: bold - transition: all 230ms ease-in-out + transition: $default-transition - &.active + &.active, + &:hover background-color: white .component-display @@ -142,6 +149,9 @@ table.hardware-info p.no-margin margin-bottom: 0 + p#version-info + text-decoration: underline + #systemPages > div:nth-child(2n + 3) margin-left: 0 diff --git a/assets/twig/layout.twig b/assets/twig/layout.twig index cbe8eeb..409fcb9 100644 --- a/assets/twig/layout.twig +++ b/assets/twig/layout.twig @@ -47,7 +47,7 @@
-

Sentry v

+

Sentry v

Developed by Bit Goblin free of charge.