This is an automated email from the ASF dual-hosted git repository.

vieiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 537a61e  Updated kbd styling to be cleaner (#333)
537a61e is described below

commit 537a61ed62a2f451ea403ed154fc5dfac17fe060
Author: Brian Cowell <18186433+cu...@users.noreply.github.com>
AuthorDate: Tue Mar 5 08:07:54 2019 +1100

    Updated kbd styling to be cleaner (#333)
    
    Let's see how this looks like. Thanks, @cunka
---
 netbeans.apache.org/src/content/scss/common/_netbeans.scss | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/netbeans.apache.org/src/content/scss/common/_netbeans.scss 
b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
index ba3f511..410e603 100644
--- a/netbeans.apache.org/src/content/scss/common/_netbeans.scss
+++ b/netbeans.apache.org/src/content/scss/common/_netbeans.scss
@@ -343,11 +343,11 @@ table tbody tr:nth-child(2n) {
 }
 
 kbd {
-        margin: 0 4px;
-        padding: 4px 8px;
-        background-color: #444;
-        color: #fff;
-        border-radius: 4px;
-        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
+    margin: 0 0.25em;
+    padding: 0px 8px;
+    background-color: #f6f6f6;
+    color: #000;
+    border-radius: 4px;
+    box-shadow: 0 1px 3px rgb(0, 0, 0),0 1px 2px rgba(0,0,0,0.24);
+    font-size: 95%;
 }
-


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to