Gracefully downsize search bar for mobile devices
[oweals/peertube.git] / client / src / sass / application.scss
index 995cc6025e65b38dd063d0e1c03fe0a2bf7452fd..4ad14ea5bc89c5c0945d5e3570fc8fc6c83a752e 100644 (file)
@@ -47,6 +47,11 @@ body {
   font-size: 14px;
 }
 
+::selection {
+  color: var(--mainBackgroundColor);
+  background-color: var(--mainHoverColor);
+}
+
 #incompatible-browser {
   display: none;
   text-align: center;
@@ -252,7 +257,7 @@ table {
         padding-left: 50px;
 
         .title-page {
-          font-size: 15px;
+          font-size: 17px;
         }
       }
     }