projects
/
sdlgit/SDL-Site.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
50f80d0
)
css for links
Tobias Leich [Sat, 14 Nov 2009 00:22:06 +0000 (
01:22
+0100)]
htdocs/assets/default.css
patch
|
blob
|
blame
|
history
diff --git
a/htdocs/assets/default.css
b/htdocs/assets/default.css
index
45abdc2
..
fb043f3
100644
(file)
--- a/
htdocs/assets/default.css
+++ b/
htdocs/assets/default.css
@@
-17,13
+17,13
@@
a
{
font-size: 14px;
font-weight: bold;
- color: #FF6600;
+ color: #009933;
text-decoration: none;
}
a:hover
{
- color: #FF0000;
+ color: #2CC100;
text-decoration: underline;
}