This website works better with JavaScript.
Home
Help
Sign In
christian
/
SaS
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
change appearance of links
master
erichhasl
8 years ago
parent
8c83af958a
commit
31e0781439
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
web_dev/sas_web/static/public/css/default.css
+ 9
- 0
web_dev/sas_web/static/public/css/default.css
View File
@@ -2,3 +2,12 @@
margin-left: 5%;
margin-right: 5%;
}
#content a {
color: #9F2D17;
text-decoration: none;
}
#content a:hover {
color: #48140a;
}
Write
Preview
Loading…
Cancel
Save