1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 11:43:33 +00:00

Change h2 h3 color to #222, and change default color to #333

Also modify default file icon
This commit is contained in:
plt
2012-09-25 11:22:18 +08:00
parent ba936001b5
commit 6f6d07df27
2 changed files with 4 additions and 3 deletions

View File

@@ -11,14 +11,15 @@ form,input,textarea,button,img {
} }
body { body {
font: 13px/1.5 Arial, Helvetica, sans-serif; font: 13px/1.5 Arial, Helvetica, sans-serif;
color: #333;
} }
h1 { h1 {
font-size:1.9em; font-size:1.9em;
margin:1.1em 0 0.5em; margin:1.1em 0 0.5em;
} }
h2 { font-size:1.5em; color:#808;} h2 { font-size:1.5em; color:#222;}
h3 { font-size:1.2em; color:#808; font-weight:normal; margin:0.95em 0 0.4em; } h3 { font-size:1.2em; color:#222; font-weight:normal; margin:0.95em 0 0.4em; }
h4 { font-size:1.1em; color:#000; font-weight:normal; margin:0.5em 0 0.2em; } h4 { font-size:1.1em; color:#222; font-weight:normal; margin:0.5em 0 0.2em; }
h5, h6 { h5, h6 {
font-size:1em; font-size:1em;
margin:0.4em 0 0.15em; margin:0.4em 0 0.15em;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 498 B

After

Width:  |  Height:  |  Size: 607 B