summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rwxr-xr-xcss/desktop/button.css3
-rwxr-xr-xcss/desktop/header.css9
2 files changed, 7 insertions, 5 deletions
diff --git a/css/desktop/button.css b/css/desktop/button.css
index 9164f93..c5f96e5 100755
--- a/css/desktop/button.css
+++ b/css/desktop/button.css
@@ -17,7 +17,8 @@
*/
.button {
- background-color: #ffffff;
+ background-color: white;
+ color: black;
border: 1px solid #98A5B0;
border-radius: 3px;
padding: 1px 3px 1px 3px;
diff --git a/css/desktop/header.css b/css/desktop/header.css
index 7b72c7c..bdd5128 100755
--- a/css/desktop/header.css
+++ b/css/desktop/header.css
@@ -23,6 +23,11 @@
border-radius: 9px 9px 0 0;
}
+.header a {
+ text-decoration: none;
+ color: white;
+}
+
.header .banner {
height: 80px;
position: relative;
@@ -38,7 +43,3 @@
top: 50%;
transform: translateY(-50%);
}
-
-.header .banner a {
- text-decoration: none;
-}