summaryrefslogtreecommitdiff
path: root/opml.css
diff options
context:
space:
mode:
Diffstat (limited to 'opml.css')
-rw-r--r--opml.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/opml.css b/opml.css
index de1742394..89f08d0ff 100644
--- a/opml.css
+++ b/opml.css
@@ -52,3 +52,19 @@ a {
color : black;
}
+a {
+ color : black;
+ text-decoration : none;
+}
+
+a:hover {
+ color : #5050aa;
+}
+
+ul {
+ list-style-type : none;
+ margin : 0px;
+ padding : 10px;
+}
+
+