[Glitch] Redesign forms, verify link ownership with rel="me"

Port SCSS changes from f4d549d300
This commit is contained in:
Thibaut Girka
2018-09-20 18:21:58 +02:00
parent a6d47ac5f5
commit fba0200765
6 changed files with 323 additions and 164 deletions

View File

@@ -1,3 +1,10 @@
@function hex-color($color) {
@if type-of($color) == 'color' {
$color: str-slice(ie-hex-str($color), 4);
}
@return '%23' + unquote($color)
}
body {
font-family: 'mastodon-font-sans-serif', sans-serif;
background: darken($ui-base-color, 8%);