diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 159065c..11974f3 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -1412,6 +1412,7 @@ pre .keyword { /* search bar */ .searchContainer { + border-radius: 5px; width: 10em; color:#d8d8d8; background-color:#333; @@ -1440,6 +1441,7 @@ pre .keyword { /* hide the border and fill the height to parent's */ .searchBox { border: 0; + border-radius: 5px; height:100%; width: 85%; padding-left: 0.2em;