WebApp to follow people on 9gag, sorted via last visited
https://luna-development.net/9follow/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
346 B
22 lines
346 B
|
5 years ago
|
@font-face {
|
||
|
|
font-family: 'BebasNeue';
|
||
|
|
src: url("../fonts/BebasNeue-Regular.ttf");
|
||
|
|
}
|
||
|
|
|
||
|
|
h1, h2, h3, h4, h5, h6, button:not(.btn-close) {
|
||
|
|
font-family: BebasNeue, sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
#app {
|
||
|
|
margin-top: 2em;
|
||
|
|
}
|
||
|
|
|
||
|
|
#follow-button {
|
||
|
|
margin-top: 0.4em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btn-close {
|
||
|
|
border: none;
|
||
|
|
background-color: transparent;
|
||
|
|
color: white;
|
||
|
|
}
|