Merge branch 'default-text-color' into 'master'

Add default text color.

See merge request framasoft/peertube/search-index!7
This commit is contained in:
Chocobozzz 2020-12-11 11:16:41 +01:00
commit ba5d803ab8
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 16px;
background-color: #ffad5c;
color: #000;
margin: 0;
@media screen and (max-width: $container-width) {