summaryrefslogtreecommitdiff
path: root/css/desktop/header.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/desktop/header.css')
-rwxr-xr-xcss/desktop/header.css9
1 files changed, 5 insertions, 4 deletions
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;
-}