Adjusting design of profile and entry pages, linkify mentions in statuses
This commit is contained in:
parent
6045b6cb18
commit
ab80ebdeec
9 changed files with 75 additions and 41 deletions
|
@ -69,12 +69,13 @@ table {
|
|||
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
background: $background-color image-url('background-photo.jpeg');
|
||||
background: #282c37 image-url('background-photo.jpeg');
|
||||
background-size: cover;
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
font-weight: 400;
|
||||
color: $text-color;
|
||||
color: #fff;
|
||||
padding-bottom: 140px;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
@ -221,6 +222,17 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
margin-top: 30px;
|
||||
|
||||
.domain {
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
}
|
||||
}
|
||||
|
||||
@import 'home';
|
||||
@import 'accounts';
|
||||
@import 'stream_entries';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue