]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/layout.scss
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / layout.scss
index cfdbf2b3147364a4c378f3f1ee799dccbe11614d..a81001897b90c85b19ca59e39282f0bec34f204e 100755 (executable)
@@ -18,12 +18,20 @@ body {
   border-bottom: 1px solid #ddd;
 }
 
+a {
+  color: $blueAccentColor;
+}
+
 main,
 #content,
 .valign-wrapper {
   height: 100%;
 }
 
+.typo-logo {
+  max-width: 150px;
+}
+
 #main {
   flex: 1 0 auto;