This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Yotter/app/static/styles.css

28 lines
361 B
CSS
Raw Normal View History

.para-light-grey{
background-color: rgb(250, 82, 82);
}
.para-green{
background-color: lightgreen;
}
.twitter{
color: rgb(0, 166, 196) !important;
}
.youtube{
color: rgb(224, 32, 32) !important;
}
.video-title{
font-weight: bold;
font-size: 1.15em;
2020-08-26 22:22:20 +05:30
}
.break-word{
word-break: break-word;
2020-08-26 22:43:18 +05:30
}
.overflow-auto{
overflow: auto;
}