diff options
Diffstat (limited to 'assets/css/main.css')
-rwxr-xr-x[-rw-r--r--] | assets/css/main.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index f84bcf5..68bb4a3 100644..100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -16,6 +16,11 @@ GENERAL ie-dummy: expression(this.hideFocus=true);
}
+::-webkit-scrollbar {
+ width: 0;
+ background: transparent;
+}
+
body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
height: 100%;
@@ -32,9 +37,9 @@ body { height: 100%;
}
-::-webkit-scrollbar {
- width: 0;
- background: transparent;
+a {
+ text-decoration: none;
+ color: #4a93c0;
}
hr {
|