diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-13 17:56:33 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-13 17:56:33 +0200 |
commit | 32926fcd860077e098810628b1f494f3a4737b3a (patch) | |
tree | 129c64243e20fed340a12504d72d3e8de3207a70 /module/web | |
parent | fixed typo (diff) | |
download | pyload-32926fcd860077e098810628b1f494f3a4737b3a.tar.xz |
changed header link color
Diffstat (limited to 'module/web')
-rw-r--r-- | module/web/static/css/default/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index 63a7ad959..19d0c87d3 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -83,6 +83,11 @@ header { width: 100%;
z-index: 10;
min-width: 1000px;
+ color: #ffffff;
+}
+
+header a {
+ color: #ffffff;
}
header:before {
@@ -123,7 +128,6 @@ header .logo { float: right;
margin: 12px 12px 0;
font-family: SansationRegular, sans-serif;
- color: #ffffff;
}
.icon_info {
padding-bottom: 5px;
|