]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/solarized-dark/css/style-solarized-dark.css
updated german localisation
[github/wallabag/wallabag.git] / themes / solarized-dark / css / style-solarized-dark.css
index 7ce8a5633e0ba7b1b99df1641d723e26b0247d81..77a97d3828726f7bda48ac5fc21e1b125a85562b 100644 (file)
@@ -42,7 +42,8 @@ body,
 body,
 a,
 a:hover,
-a:visited {
+a:visited,
+td {
     color: #839496;
 }
 
@@ -216,4 +217,16 @@ a.link span {
 
 a.bad-display span {
     background-image: url('../img/solarized-dark/bad-display.png');
+}
+
+.arrow-down {
+    width: 0px;
+    height: 0px;
+    border-style: solid;
+    border-width: 10px 10px 0 10px;
+    border-color: #586E75 transparent transparent transparent;
+
+    position: absolute;
+    margin-top: 1.5em;
+    margin-left: -30px;
 }
\ No newline at end of file