diff --git a/customize.dist/main.css b/customize.dist/main.css index 0f21fb5ea..58dc5c174 100644 --- a/customize.dist/main.css +++ b/customize.dist/main.css @@ -605,7 +605,7 @@ html.cp, } .cp .page .info-container { color: #121212; - width: 900px; + width: 800px; max-width: 100%; margin: 0 auto; } @@ -902,6 +902,7 @@ html.cp, .cp #main_other #userForm p a { color: #fff; font-weight: bold; + font-size: 14px; } .cp #main #userForm p a:hover, .cp #main_other #userForm p a:hover, diff --git a/customize.dist/src/less/cryptpad.less b/customize.dist/src/less/cryptpad.less index f4e16c18f..5423476b2 100644 --- a/customize.dist/src/less/cryptpad.less +++ b/customize.dist/src/less/cryptpad.less @@ -142,7 +142,7 @@ body.html { .info-container { color: #121212; - width: 900px; + width: 800px; max-width: 100%; margin: 0 auto; &>div{ @@ -437,6 +437,7 @@ body.html { a { color: @main-color; font-weight:bold; + font-size: 14px; &:hover, :visited { color: @main-color !important; }