X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Fstatic%2Fstatic%2Fstatic-fe.css;h=db61ff2665ba2aef7f33dbfa8dbf29b7f6cdcba7;hb=7f692343c80ddf353712490edfbcdb14866f5685;hp=d6bb58c33cd8d9432ce3aa26d64d7f6ad28db9dd;hpb=1dc785b74be6dc790d2b24e833642060303ecee2;p=akkoma diff --git a/priv/static/static/static-fe.css b/priv/static/static/static-fe.css index d6bb58c33..db61ff266 100644 --- a/priv/static/static/static-fe.css +++ b/priv/static/static/static-fe.css @@ -4,7 +4,7 @@ body { color: white; } -.container { +main { margin: 50px auto; max-width: 960px; padding: 40px; @@ -13,7 +13,11 @@ body { } header { - border-bottom: 2em solid #282c37; + margin: 50px auto; + max-width: 960px; + padding: 40px; + background-color: #313543; + border-radius: 4px; } .activity { @@ -57,11 +61,11 @@ a { margin-bottom: 8px; } -.h-card a { +header a, .h-card a { text-decoration: none; } -.h-card a:hover { +header a:hover, .h-card a:hover { text-decoration: underline; } @@ -170,3 +174,10 @@ button { font-weight: 500; font-size: 16px; } + +img.emoji { + width: 32px; + height: 32px; + padding: 0; + vertical-align: middle; +}