diff --git a/bl-kernel/admin/themes/default/css/default.css b/bl-kernel/admin/themes/default/css/default.css index b45dddbe..ca64e5c6 100644 --- a/bl-kernel/admin/themes/default/css/default.css +++ b/bl-kernel/admin/themes/default/css/default.css @@ -153,6 +153,7 @@ a { .uk-panel-box { background: #F9F9F9 !important; + border: 0; } .uk-container { diff --git a/bl-kernel/admin/themes/default/css/installer.css b/bl-kernel/admin/themes/default/css/installer.css index da50e252..53fc7315 100644 --- a/bl-kernel/admin/themes/default/css/installer.css +++ b/bl-kernel/admin/themes/default/css/installer.css @@ -1,6 +1,10 @@ /* ----------- UIKIT HACKs FOR BLUDIT ----------- */ html { - background: #f1f1f1; + background: #F7F7F7; +} + +.uk-form * { + border-radius: 2px !important; } .uk-button-primary { @@ -13,8 +17,9 @@ html { input[type="text"], input[type="password"] { - border-color: #FFF !important; - background: #FFF; + border-color: #EBEBEB !important; + border-radius: 2px !important; + color: #333; } input:disabled { @@ -22,7 +27,7 @@ input:disabled { } .uk-vertical-align-middle { - margin-top: -100px; + margin-top: -150px; } .uk-panel { diff --git a/bl-kernel/admin/themes/default/css/login.css b/bl-kernel/admin/themes/default/css/login.css index 41317570..8793407f 100644 --- a/bl-kernel/admin/themes/default/css/login.css +++ b/bl-kernel/admin/themes/default/css/login.css @@ -1,6 +1,6 @@ /* ----------- UIKIT HACKs FOR BLUDIT ----------- */ html { - background: #f3f3f3; + background: #F7F7F7; } * { @@ -17,8 +17,9 @@ html { input[type="text"], input[type="password"] { - border-color: #FFF !important; + border-color: #EBEBEB !important; border-radius: 2px !important; + color: #333; } .uk-alert { @@ -49,7 +50,7 @@ div.login-form > h2 { } a.login-email { - border: 1px solid #eeeeee; + border: 0; color: #777; display: block; margin: 20px 0; diff --git a/bl-kernel/admin/themes/default/index.php b/bl-kernel/admin/themes/default/index.php index 20094594..a6b604a5 100644 --- a/bl-kernel/admin/themes/default/index.php +++ b/bl-kernel/admin/themes/default/index.php @@ -1,7 +1,6 @@ - + - @@ -9,23 +8,22 @@ <?php echo $layout['title'] ?> - + - - - - - - - - + + + + + + + - - - - + + + + diff --git a/bl-themes/log/assets/css/bludit.css b/bl-themes/log/assets/css/bludit.css index e1515592..960e7832 100644 --- a/bl-themes/log/assets/css/bludit.css +++ b/bl-themes/log/assets/css/bludit.css @@ -57,6 +57,10 @@ header p { border: 0; } +.post a { + color: #2672ec; +} + .post > header { border-bottom-color: #F7F7F7; margin-bottom: 1.3em; @@ -77,6 +81,10 @@ header p { margin-bottom: 5px; } +.post > header .title h1 a { + color: #3c3b3b; +} + .post > footer .stats { margin: 0; } diff --git a/bl-themes/log/php/page.php b/bl-themes/log/php/page.php index 3b7bc136..f1ef6e82 100644 --- a/bl-themes/log/php/page.php +++ b/bl-themes/log/php/page.php @@ -6,7 +6,7 @@
-

title() ?>

+

title() ?>

description() ?>