Port profile redesign to glitch-soc

Port bb71538bb5 to glitch-soc
This commit is contained in:
Thibaut Girka
2018-07-31 22:54:18 +02:00
parent c1c514ca70
commit d894cdc93f
11 changed files with 1091 additions and 936 deletions

View File

@@ -1,13 +1,12 @@
body {
font-family: 'mastodon-font-sans-serif', sans-serif;
background: $ui-base-color;
background: darken($ui-base-color, 8%);
background-size: cover;
background-attachment: fixed;
font-size: 13px;
line-height: 18px;
font-weight: 400;
color: $primary-text-color;
padding-bottom: 20px;
text-rendering: optimizelegibility;
font-feature-settings: "kern";
text-size-adjust: none;
@@ -48,7 +47,7 @@ body {
}
&.embed {
background: transparent;
background: lighten($ui-base-color, 4%);
margin: 0;
padding-bottom: 0;