Updated some styles

This commit is contained in:
Gregory Ballantine
2026-07-24 12:29:44 -04:00
parent 2d62d1d18b
commit 73d0bec16a
4 changed files with 14 additions and 8 deletions
+11 -5
View File
@@ -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