2016-02-28 10:02:59 +11:00
|
|
|
$primary-color: #ff7473;
|
|
|
|
$secondary-color: #ffc952;
|
|
|
|
$tertiary-color: #47b8e0;
|
|
|
|
$quaternary-color: #34314c;
|
|
|
|
$background-color: #fff;
|
2016-02-29 00:02:53 +11:00
|
|
|
$darker-background-color: #e3dede;
|
|
|
|
$text-color: #333030;
|
|
|
|
$lighter-text-color: #8b8687;
|
2016-02-28 10:02:59 +11:00
|
|
|
|
|
|
|
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic");
|
|
|
|
@import "font-awesome-sprockets";
|
|
|
|
@import "font-awesome";
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: 'Noto Sans', sans-serif;
|
2016-02-29 00:02:53 +11:00
|
|
|
background: $background-color image-url('background-pattern.png');
|
2016-02-28 10:02:59 +11:00
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
2016-02-29 00:02:53 +11:00
|
|
|
color: $text-color;
|
2016-02-28 10:02:59 +11:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
2016-03-01 05:42:08 +11:00
|
|
|
width: 700px;
|
2016-02-28 10:02:59 +11:00
|
|
|
margin: 0 auto;
|
2016-02-29 00:02:53 +11:00
|
|
|
margin-top: 40px;
|
2016-02-28 10:02:59 +11:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
text-align: center;
|
|
|
|
padding: 100px 0;
|
|
|
|
font-size: 12px;
|
2016-02-29 00:02:53 +11:00
|
|
|
color: $text-color;
|
2016-02-28 10:02:59 +11:00
|
|
|
|
|
|
|
.mastodon-link {
|
|
|
|
color: $quaternary-color;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@import 'home';
|
2016-03-01 05:42:08 +11:00
|
|
|
@import 'accounts';
|
|
|
|
@import 'stream_entries';
|