remove obsolete css

This commit is contained in:
Niel 2019-04-21 23:06:24 +02:00
parent cb4cf2dc69
commit 7dde40828d

View file

@ -1,29 +0,0 @@
body {
background-color: #4a4a4a;
font-size: 160%;
color: #fff
}
.app-header {
text-align: center;
background-color: #282c34;
font-size: 1.6em;
padding: 0.5em 0;
color: white;
}
.channelList {
list-style: none
}
.channel-view {
background-color: green;
width: 20%;
height: auto;
margin: auto;
}
.channel-view ul {
text-align: left
}