]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+about/about-instance/about-instance.component.scss
Move to stylelint
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-instance / about-instance.component.scss
index fe3ce22b0bb589afb42b0d615255b11c4753fc9a..9886bdfef21833220d84f5a2caf9eaf4a853f5d2 100644 (file)
@@ -20,6 +20,7 @@
 
 .instance-badges {
   font-size: 16px;
+  margin-bottom: 20px;
 
   .badge {
     font-size: 12px;
@@ -62,7 +63,8 @@
 
   position: relative;
 
-  &:hover, &:active {
+  &:hover,
+  &:active {
     &::after {
       content: '#';
       display: inline-block;
     }
   }
 
-  .middle-title, .section-title {
+  .middle-title,
+  .section-title {
     display: inline-block;
   }
 
   .section-title {
-    color: initial;
+    color: var(--mainForegroundColor);
   }
 }