Merge branch 'default-text-color' into 'master'
Add default text color. See merge request framasoft/peertube/search-index!7
This commit is contained in:
commit
ba5d803ab8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue