aboutsummaryrefslogtreecommitdiff
path: root/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheet.css')
-rw-r--r--stylesheet.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/stylesheet.css b/stylesheet.css
index bc598de..cd9b2bc 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -4,6 +4,7 @@ body {
background-size: cover;
background-attachment: fixed;
font-family: "Ace Attorney","Tahoma",Sans;
+ transition: ease-in-out;
}
#content {
@@ -189,7 +190,7 @@ body {
.servs {
display: block;
margin: auto;
- width: 300px;
+ width: 500px;
}
.servs li {
@@ -201,7 +202,7 @@ body {
padding: 0px;
padding-left: 10px;
display: block;
- width: 400px;
+ width: 500px;
height: 50px;
margin: 10px;
margin-left: auto;
@@ -235,6 +236,11 @@ body {
box-shadow: 0 0 0 2px #BBB;
}
+.servs .available {
+ background-color: #6BFF6B;
+ border-color: #21AD21;
+}
+
.servs .button:hover {
box-shadow: 0 0 0 1px #EFAD21;
}