Updated some styles
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user