Quellcode durchsuchen

correct links in sky theme

They looked a little wonky if you used a G or a Y.
Owen Versteeg vor 11 Jahren
Ursprung
Commit
6acfcad2f4
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      css/theme/sky.css

+ 1 - 0
css/theme/sky.css

@@ -54,6 +54,7 @@ body {
  * LINKS
  *********************************************/
 .reveal a:not(.image) {
+  line-height: 1.3em;
   color: #3b759e;
   text-decoration: none;
   -webkit-transition: color .15s ease;