summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/index.css10
-rw-r--r--static/css/sticky-footer.css9
2 files changed, 15 insertions, 4 deletions
diff --git a/static/css/index.css b/static/css/index.css
index 14d5861..61b5a80 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -27,8 +27,8 @@ form.example input[type=text] {
form.example button {
float: left;
margin-left: 1%;
- height: 6%;
- width: 12%;
+ height: 10%;
+ width: 25%;
background:#F5404C;
color: white;
font-size: 150%;
@@ -108,3 +108,9 @@ hr {
#social a{
color: white;
}
+
+
+#circle:hover {
+ background-color: #ffe0b2;
+ border-radius: 50%;
+ } \ No newline at end of file
diff --git a/static/css/sticky-footer.css b/static/css/sticky-footer.css
index dc94ea0..e8a486e 100644
--- a/static/css/sticky-footer.css
+++ b/static/css/sticky-footer.css
@@ -1,6 +1,6 @@
/* Navbar */
.navbar-custom {
- background: #3D5A50;
+ background: #081130;
color:black;
border-radius:0;
}
@@ -18,7 +18,7 @@
/* Brand-CompanyName */
.navbar-custom .navbar-brand {
color:#efefef;
- background-color: #3D5A50;
+ background-color: #081130;
}
@@ -87,4 +87,9 @@
border: none;
cursor: pointer;
border-radius: 5px;
+}
+
+#circle:hover {
+ background-color: #ffe0b2;
+ border-radius: 50%;
} \ No newline at end of file