CoolFace
Apppublic

AnkitGeotek/Emotion_recognition

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
main.css27 linesDownload Raw Back to styles
1@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;400;500;600;700&display=swap');2 3 4* {font-family: 'Readex Pro';}5 6 7a {8    text-decoration: none;9    color: white !important;10    font-weight: 500;11}12 13a:hover {14    color: #d33682 !important;15    text-decoration: none;16}17 18ul {list-style-type: none;}19 20hr {21    margin-top: 0px;22    margin-bottom: 5%;23}24 25#MainMenu {visibility: hidden;}26footer {visibility: hidden;}27header {visibility: hidden;}