]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/static/quotes/style.css
Add a perma-link
[djsite.git] / quotes / static / quotes / style.css
index 007cfe18af12eaf92e143b26351cf4f9b20e9a6e..db5467189a4638c85f27d2bd39d3d02042871301 100644 (file)
@@ -2,6 +2,10 @@ a {
     color: black;
 }
 
+a:hover {
+    text-decoration: none;
+}
+
 .quote {
     background-color: #ffbd33;
     border: 3px solid #ff5733;
@@ -16,3 +20,8 @@ a {
 .quote .author .name {
     font-style: italic;
 }
+
+.permalink {
+    font-size: 0.8em;
+    text-align: right;
+}