projects
/
sdlgit/SDL-Site.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
508c9a2
)
css for links
Tobias Leich [Fri, 13 Nov 2009 23:55:11 +0000 (
00:55
+0100)]
htdocs/assets/default.css
patch
|
blob
|
blame
|
history
diff --git
a/htdocs/assets/default.css
b/htdocs/assets/default.css
index
e9d1213
..
62fd13b
100644
(file)
--- a/
htdocs/assets/default.css
+++ b/
htdocs/assets/default.css
@@
-17,13
+17,13
@@
a
{
font-size: 14px;
font-weight: bold;
- color: #49241D;
+ color: #FF6600;
text-decoration: none;
}
a:hover
{
- color: #864135;
+ color: #FF0000;
text-decoration: underline;
}