Files
youtube-downloader/style.css

32 lines
669 B
CSS

@import url('https://fonts.googleapis.com/css?family=Roboto:400,100');
@import url('https://fonts.googleapis.com/css?family=Roboto');
a {
color: inherit;
text-decoration: none;
}
body {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
padding-left: 25px;
background-size: cover;
background: rgb(249, 249, 249);
color: rgb(1, 1, 1);
font-family: 'Roboto', sans-serif;
}
code {
font-size: 90%;
font-family: Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
color: #444444;
background: #e0e0e0;
}
textarea {
resize: none;
width: 400px;
height: 100px;
}